mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The packet ID cannot be used for deduplication, because it's only unique for the given session. If you reconnect on another server and try to resend a packet, then the server won't be able to know whether the packet has already been processed or not.