web_socket 0.1.3
web_socket: ^0.1.3 copied to clipboard
Any easy-to-use library for communicating with WebSockets that has multiple implementations.
0.1.3 #
- Bring the behavior in line with the documentation by throwing
WebSocketConnectionClosedratherStateErrorwhen attempting to send data to or close an already closedWebSocket.
0.1.2 #
- Fix a
StateErrorinIOWebSocketwhen data is received from the peer after the connection has been closed locally.
0.1.1 #
- Add the ability to create a
package:web_socketWebSocketgiven adart:ioWebSocket.
0.1.0 #
- Basic functionality in place.