web_socket
web_socket copied to clipboard
dart / flutter webSocket package with statuses and other features
**Describe the bug** I am trying to detect the connection status, but it always returning `SocketStatus.connected` after disconnecting the internet i am not getting any value, I am also unable...
Hi @dvmatyun , Could you add an example showing how to make the socket a foreground service and switch between service and normal implementation when app is in background/closed and...
Hi @dvmatyun , I'm using JWT authentication on my server so I wanted to know how to add the Authentication header to the connection and the sendMessage requrest. Thanks
Hi @dvmatyun , When connecting to a websocket, I would like to intercept the handshake status code (e.g., 101 WebSocket Protocol Handshake, 401 Unauthorized, 500 Internal Server Error) to inform...