From 71d32b2f3d122c74162e2a2fa3a5438575305dd9 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 12 Oct 2018 12:22:26 +0300 Subject: [PATCH 1/2] fix missing reset on write errors --- comm.go | 1 + 1 file changed, 1 insertion(+) 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 From 04cac3144ebce13694bb865eb292626d96a01e28 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 12 Oct 2018 12:39:58 +0300 Subject: [PATCH 2/2] gx publish 0.9.35 --- .gx/lastpubver | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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/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" } -