tosc-rs / mgnp

MnemOS Global Networking Protocol
Creative Commons Attribution Share Alike 4.0 International
15 stars 1 forks source link

mgnp: finish local connection establishment handshakes #12

Open hawkw opened 11 months ago

hawkw commented 11 months ago

from #2:

Currently, when a local connect is initiated, the client just immediately gets a BiDi, regardless of whether the connect succeeds or fails. We need to add a oneshot channel type thing so that the client can wait for the connection to be handshaked and receive an error if the handshake failed, but I haven't done that yet.

Depends on #11.