engapplabs / flutter_websocket_plugin

Plugin with native integration for WebSocket.
MIT License
33 stars 31 forks source link

Socket disconnected automatically #15

Open ghost opened 3 years ago

ghost commented 3 years ago

webSocketManager.connect(); webSocketManager.send( WebSocketConst.WEB_SOCKET_CONNECTION_SUBSCRIBE);

after sometimes Socket disconnected automatically. please help