Replies: 1 comment 6 replies
-
I am surprised that this is the case. I would expect the number of |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just had a bug in the app due to
SwarmEvent::ConnectionClosed
happening much more often thanSwarmEvent::ConnectionEstablished
. I guess this happens due to connection errors, but I'm still surprised that connections are closing before being established.Any suggestions how to account for this properly?
Beta Was this translation helpful? Give feedback.
All reactions