MDSLab / wstun

Tunnels and reverse tunnels over WebSocket
Apache License 2.0
114 stars 44 forks source link

Fix (occasional) message lost on reverse tunnel client #15

Closed Leemoonsoo closed 5 years ago

Leemoonsoo commented 5 years ago

Reverse tunnel client lost websocket message occasionally. This change fixes the problem by configuring websocket message handler without waiting tcp socket creation.