socket.io-client
socket.io-client copied to clipboard
Realtime application framework (client)
I'm using socket.io-client in react-native to start a chat room, when the app enters in foreground mode the socket keeps working, no problem, but when I disconnect the socket yet...
Is it possible to keep the same instance socket in all my website (old tech) or reconnect with the same socket ID ? Thanks for help
If you create a manager using the `Manager` api directly, and then call `manager.disconnect()` before any sockets are created with `manager.socket()`: ```js const manager = new Manager('/', { ... })...
### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current behaviour I'm trying to use socket.io-client within an nwJS app. Now, I need...
**Note**: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/socket.io) or [slack](https://socketio.slack.com) For bug reports and feature requests for the **Swift client**, please open an issue [there](https://github.com/socketio/socket.io-client-swift). For bug...
**Note**: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/socket.io) or [slack](https://socketio.slack.com) For bug reports and feature requests for the **Swift client**, please open an issue [there](https://github.com/socketio/socket.io-client-swift). For bug...
I was using this lib for a year and everything is going fine. I was start using RN 0.45, and 0.48 , and then 0.53.0. Everything is perfect. Until I...
I am using socket.io-stream library to transfer files between 2 node servers. Server A: (Send File) ``` var clientIO = require('socket.io-client'); var ss = require('socket.io-stream'); var clientSocket= clientIO(`http://ServerB_Address`); clientSocket.on('error', (error)...
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/socket.io) or [slack](https://socketio.slack.com) ### You want to: Have a stream that fires many times/second. * [x] report a *bug* ###...
Hi ! I'm using socket.io over https, using client certificates. Inside the browser, everything works fine: the client certificate of the browser is used properly by socket.io-client. Inside Electron, I...