Shared connection negotiation race condition

Issue #4 new
Rob Eden repo owner created an issue

There is a race condition with the way we negotiate down to a single shared connection between two VMs. If they both try to connect at the same time we can end up with two connections and the peers can end up fighting over which should be closed causing a situation where the connections are continually closed. The situation is rare, but needs to be fixed in a deterministic, negotiated method.

Comments (1)

  1. Log in to comment