ssbc / ssb-conn

SSB plugin for establishing and managing peer connections
MIT License
16 stars 5 forks source link

Connection duplicates #29

Open staltz opened 3 years ago

staltz commented 3 years ago

Alice initiates a connection with Bob over a room server, and Bob simultaneously initiates a connection with Alice over the same room.

Expected: Alice gets only one rpc:connect event for Bob.

Actual: Alice gets two such events.