observing / thor

The WebSocket god of thunder
MIT License
1.29k stars 154 forks source link

Connections are not persistent #16

Closed zhangyy1209 closed 9 years ago

zhangyy1209 commented 9 years ago

When Thor sends messages to the server, after messages has been responded, the connection will close. But this happens even before all connections have been established, which means some connections are still trying to send messages to the server and at the same time, some connections have been closed.