shuoli84 / SocketIOCocoa

The socket 1.0 client in Swift
175 stars 11 forks source link

The SocketIOSocket may send the packet before it connected #3

Closed shuoli84 closed 9 years ago

shuoli84 commented 9 years ago

If the socket not connected yet, the packet should not be sent to server. Consider buffer it or discard it.