socketio-client-tool
socketio-client-tool copied to clipboard
This tool helps you to test socket.io servers.
It seems like the app emits an empty string as an argument even though the field is empty. It would be better if there was a way to emit events...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
fixes #69 Once connected, the setConnData in the useEffect was referring to `config.url` which is undefined, rather it should have been referring `config.server`.
To add the `Server URL` to the stored in the object that is base64 encoded into a string in the browser URL bar.
How can I connect socketio server with header. in your socketio client
I created the events to enter and leave a room.