engapplabs / flutter_websocket_plugin

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

onClose not working properly #22

Open maulik-rain opened 2 years ago

maulik-rain commented 2 years ago

We calling socket.onClose() and get success callback on "then" listener. but not work properly. and socket working stop another place. (when we use web & app same socket url)..