Skip to content

Releases: pokermania/engine.io-client

t2000

20 Feb 17:19

Choose a tag to compare

0.1.2

choose fork of pokermania

foomanchoo

20 Feb 17:12

Choose a tag to compare

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.