Releases: pokermania/engine.io-client
Releases · pokermania/engine.io-client
t2000
foomanchoo
websocket: remove the "bufferedAmount" checking logic This code was buggy to begin with, and actually the underlying technique being used was non-deterministic and wouldn't work in practice anyways. The WebSocket client API kinda sucks in this regard, since it's virtually impossible to implement proper ACKs using the WebSocket API by itself.