Releases: learning-at-home/go-libp2p-daemon
Releases · learning-at-home/go-libp2p-daemon
Release list
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
Includes persistent connection and the older (more stable) versions of dependencies.
v0.3.4
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.