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
When you peer.end() from the initiator, the callback resolves without an error, but then the socket and the peer streams from that same peer will emit errors:
Error: Remote closed without sending a FINISH tag (possible MITM vector).
The server/non initiator resolves the session cleanly.
When you peer.end() from the initiator, the callback resolves without an error, but then the socket and the peer streams from that same peer will emit errors:
Error: Remote closed without sending a FINISH tag (possible MITM vector)
.The server/non initiator resolves the session cleanly.
Possibly related to #6? I tried with half open streams on both sides but still getting the same issue. Example here: https://github.com/little-core-labs/secure-rpc-protocol/blob/5a154ae9da52b0bd1058b8df3fb770fba175343c/examples/forward-secret/client.js#L1
The text was updated successfully, but these errors were encountered: