engine.io-parser
engine.io-parser copied to clipboard
Parser for the engine.io protocol, used by client and server
Results
2
engine.io-parser issues
Sort by
recently updated
recently updated
newest added
trafficstars
Since I updated `socket.io` from the `v4.7.1` to the `v4.7.2` (and so `engine.io-parser` from the `v5.1.0` to the `v5.2.1`), I'm getting the following errors while building my projects: ```sh node_modules/engine.io-parser/build/cjs/index.d.ts:6:54...
Currently, the `encodePacket` function always returns the result in its `callback` argument. I understand that's likely done to prevent blocking the thread in some situations. I'd like to propose exporting...