You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our team is using Ping protocol as part of bigger combined behaviour that derives NetworkBehaviour. We had few issues with Yamux so switched to Mplex. We've noticed ping timeouts while there's no actual reason for this to happen so I started digging and discovered that Ping doesn't seem to work properly when Mplex is used.
We had few issues with Yamux so switched to Mplex.
It would be great if you could report any issues you encountered at https://github.com/paritytech/yamux, if you think there is a problem in the Yamux implementation.
We did our tests a couple of months ago, things might have changed as Yamux version was upgraded. I'm going to retest the Yamux today and check whether problems we encountered are solved. If not I will create an issue in Yamux repo.
Some background
Our team is using Ping protocol as part of bigger combined behaviour that derives
NetworkBehaviour
. We had few issues with Yamux so switched to Mplex. We've noticed ping timeouts while there's no actual reason for this to happen so I started digging and discovered that Ping doesn't seem to work properly when Mplex is used.How to reproduce:
nightly-2020-02-01-x86_64-apple-darwin
Expected behavior:
Tests pass
Actual behavior
max_failures
fails andping_pong
runs indefinitely.The text was updated successfully, but these errors were encountered: