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
Had an issue developing starpc where sometimes (~10% of the time) the test would get stuck on recv() on both ends even after one side had sent the packet it was waiting for.
I was not able to figure out where the actual issue is located, but after I switched out mplex for yamux, the issue is gone.
So, I think the lockup issue must be in mplex somewhere.
The text was updated successfully, but these errors were encountered:
Maybe related to #115
Had an issue developing starpc where sometimes (~10% of the time) the test would get stuck on recv() on both ends even after one side had sent the packet it was waiting for.
I was not able to figure out where the actual issue is located, but after I switched out mplex for yamux, the issue is gone.
So, I think the lockup issue must be in mplex somewhere.
The text was updated successfully, but these errors were encountered: