Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in connection to Peer (#526)
The fix is in two parts: - First we clean up the connection logic, introduce connection ids and make the main peer loop responsible for switching between connections - Then we fix `processActions` to make sure that we always use the connection that the `Channel` FSM was using when it asked to send messages
- Loading branch information