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
Debug-Assert that there are no queued messages when a peer connects
In the previous two commits we stopped enqueueing messages for
disconnected peers. Here we add some basic test coverage of these
changes by asserting that there are no queued messages for a peer
when they (re-)connect.
We also add a few assertions that a peer is connected when we push
a message onto the queu, in cases where we expect a peer to be
connected.
0 commit comments