mirror of https://github.com/gorilla/websocket.git
commit
a6366fbf9d
|
@ -54,6 +54,6 @@ Notes:
|
||||||
function.
|
function.
|
||||||
3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
|
3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
|
||||||
Read returns when the input buffer is full or a frame boundary is
|
Read returns when the input buffer is full or a frame boundary is
|
||||||
encountered, Each call to Write sends a single frame message. The Gorilla
|
encountered. Each call to Write sends a single frame message. The Gorilla
|
||||||
io.Reader and io.WriteCloser operate on a single WebSocket message.
|
io.Reader and io.WriteCloser operate on a single WebSocket message.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue