Sends data from a stream on WebSocket connection. Each data event from
stream will be send as a single WebSocket frame. The data from stream
must be either Strings, or List<int>s holding bytes.
Sends data from a stream on WebSocket connection. Each data event from
stream will be send as a single WebSocket frame. The data from stream
must be either Strings, or List<int>s holding bytes.