-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor filter to react when the remote peer closes the stream (
#3281) Better control when the remote peer closes the WakuFilterPushCodec stream. For example, go-waku closes the stream for every received message. On the other hand, js-waku keeps the stream opened. Therefore, we support both scenarios.
- Loading branch information
1 parent
8a7e602
commit ce7f09a
Showing
4 changed files
with
48 additions
and
25 deletions.
There are no files selected for viewing
Submodule nim-libp2p
updated
4 files
+1 −1 | libp2p/muxers/mplex/mplex.nim | |
+1 −1 | libp2p/muxers/muxer.nim | |
+2 −1 | libp2p/muxers/yamux/yamux.nim | |
+1 −0 | libp2p/stream/lpstream.nim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters