mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-07 07:13:13 +00:00
Merge pull request #112 from libp2p/fix/reset-bug
fix missing reset on write errors
This commit is contained in:
commit
22a647b025
@ -1 +1 @@
|
||||
0.9.34: QmauSWEHHKHqoyC54iwQzLLSfQ5THqHVgjbrxubwW1eVru
|
||||
0.9.35: QmdiHYZAnAVnhkFfwaRdMmsDxKxYL8esbCYZhR6yvXCfo4
|
||||
|
||||
1
comm.go
1
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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user