This is a high level API intended for common simple use cases. It allows handling and sending of full
WebSocket messages, as well as close and ping/pong messages. It will buffer fragmented messages up until
a limit, and does not allow streaming in fragments.
A WebSocket message.
This is a high level API intended for common simple use cases. It allows handling and sending of full WebSocket messages, as well as close and ping/pong messages. It will buffer fragmented messages up until a limit, and does not allow streaming in fragments.