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
If the StreamSend call fails, only one of the connections is closed (the peer's connection). This will leak the other connection. Find a place to store the stream's parent connection handle on the stream context (not just the peer's connection handle).
The text was updated successfully, but these errors were encountered:
If the
StreamSend
call fails, only one of the connections is closed (the peer's connection). This will leak the other connection. Find a place to store the stream's parent connection handle on the stream context (not just the peer's connection handle).The text was updated successfully, but these errors were encountered: