Releases: learning-at-home/go-libp2p-daemon
Releases · learning-at-home/go-libp2p-daemon
v0.3.10
CI Release
v0.3.9
CI Release
v0.3.8
CI Release
v0.3.7
CI Release
v0.3.6
CI Release
v0.3.5
Includes persistent connection and the older (more stable) versions of dependencies.
v0.3.4
CI Release
Debug release
Fix deadlock in p2pclient/unary_handlers.go (#9) In case of `!ok` and the following `return`, `c.mhandlers` won't be released, and this will lead to a deadlock. One solution is to use `defer c.mhandlers.Unlock()`, however `c.mhandlers` does not seem to be useful here at all.
v0.3.3-8e34fe9
This is a test release.
v0.3.3-no-termination
v0.3.3, but without the self-termination feature.