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
I'm using https://github.com/playit-cloud/playit-agent/releases/download/v0.15.26/playit-linux-amd64
One TCP tunnel.
I'm making TCP connection to whatever.gl.at.ply.gg and connection is forwarded to localhost. So far so good.
But when I close this TCP connection on client side then:
TCP session is properly closed between client and playit server - I see FIN flags in tcpdump
TCP session hangs between playit-linux-amd64 process and target server on localhost - no FIN packet in tcpdump
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
I'm using
https://github.com/playit-cloud/playit-agent/releases/download/v0.15.26/playit-linux-amd64
One TCP tunnel.
I'm making TCP connection to
whatever.gl.at.ply.gg
and connection is forwarded to localhost. So far so good.But when I close this TCP connection on client side then:
playit-linux-amd64
process and target server on localhost - no FIN packet in tcpdumpWhat I'm doing wrong?
The text was updated successfully, but these errors were encountered: