mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
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.