fix: Potential fix for interop with rust subscriptions#418
fix: Potential fix for interop with rust subscriptions#418maschad wants to merge 2 commits intoChainSafe:masterfrom
Conversation
PR Summary
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #418 +/- ##
==========================================
+ Coverage 82.98% 83.00% +0.01%
==========================================
Files 48 48
Lines 11874 11878 +4
Branches 1280 1283 +3
==========================================
+ Hits 9854 9859 +5
+ Misses 2020 2019 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
| } | ||
| throw Error('PublishError.Duplicate') | ||
| } | ||
| // For testing purposes only, see https://filecoinproject.slack.com/archives/C04UFPHSM7S/p1679682078799899?thread_ts=1679674509.496669&cid=C04UFPHSM7S |
There was a problem hiding this comment.
This conversation can only be viewed if you sign up. Can you add more detail of what's going on?
There was a problem hiding this comment.
The discussion is in a public channel #libp2p-implementers on Filecoin slack (which is bridged to IPFS Discord/Matrix).
The problem has been resolved now so this is no longer relevant. Essentially in debugging I had found that there was an issue of rust-libp2p sending subscription messages to js-libp2p-gossipsub after GRAFT messages over webRTC
No description provided.