diff --git a/.gx/lastpubver b/.gx/lastpubver index 76d2e7d..03c7700 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.9.34: QmauSWEHHKHqoyC54iwQzLLSfQ5THqHVgjbrxubwW1eVru +0.9.35: QmdiHYZAnAVnhkFfwaRdMmsDxKxYL8esbCYZhR6yvXCfo4 diff --git a/comm.go b/comm.go index fded9a8..e640222 100644 --- a/comm.go +++ b/comm.go @@ -86,6 +86,7 @@ func (p *PubSub) handleSendingMessages(ctx context.Context, s inet.Stream, outgo case p.peerDead <- s.Conn().RemotePeer(): case <-ctx.Done(): } + return } case <-ctx.Done(): return diff --git a/package.json b/package.json index 5862acd..c0ce6d9 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,5 @@ "license": "", "name": "go-libp2p-floodsub", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.9.34" + "version": "0.9.35" } -