web_socket icon indicating copy to clipboard operation
web_socket copied to clipboard

dart / flutter webSocket package with statuses and other features

Results 4 web_socket issues
Sort by recently updated
recently updated
newest added

**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...

question

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...

enhancement

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...