engine.io-client
engine.io-client copied to clipboard
The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.
**Is your feature request related to a problem? Please describe.** The [newly introduced limit on 2000 characters](https://github.com/socketio/engine.io-client/commit/707597df26abfa1e6b569b2a62918dfcc8b80b5d) for URL's is breaking our implementation since we pass JWT's that are generally...
I have set my transports to use WebSocket first and then fallback to polling e.g. `transports: ["websocket", "polling"]`. To test if the fallback transport really works, I used TamperMonkey browser...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from...
*Note*: the `engine.io.js` file is the generated output of `make engine.io.js`, and should not be manually modified. ### The kind of change this PR does introduce * [ ] a...
**Describe the bug** Facing issues while installing on ppc64le architeecture **To Reproduce** Please fill the following code example: Engine.IO server version: `6.5.3` **Expected behavior** A clear and concise description of...