I'm writing a client-server application (client in AS3-AIR, server in C#).
After establishing connection they can transfer files to each other, etc. All good.
However, if the socket connections have a long break (while they are still connected), connection stops sending data.
It's weird, because the ActionScript socket ".connected" returns true
. Same for the C# server.
Did anybody face this problem?