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
The first two work as expected, including setting the correct local|peer_addr on each side of the stream. The last two cause panics today due to holes in the stop-gap implementation for loopback.
We need to address this with workarounds and/or include this in the refactor being discussed in #132 .
The text was updated successfully, but these errors were encountered:
The following scenarios exist for client -> server within the same host:
(Only Tcp is shown, but we need to handle it for Udp as well)
The first two work as expected, including setting the correct
local|peer_addr
on each side of the stream. The last two cause panics today due to holes in the stop-gap implementation for loopback.We need to address this with workarounds and/or include this in the refactor being discussed in #132 .
The text was updated successfully, but these errors were encountered: