diff options
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/websocket.asciidoc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/guide/websocket.asciidoc b/doc/src/guide/websocket.asciidoc index 662b9ea..287b3f7 100644 --- a/doc/src/guide/websocket.asciidoc +++ b/doc/src/guide/websocket.asciidoc @@ -122,11 +122,3 @@ receive handle_frame(ConnPid, StreamRef, Frame) end. ---- - -// @todo auto ping has not been implemented yet -// -//Gun will automatically send ping messages to the server to keep -//the connection alive, however if the connection dies and Gun has -//to reconnect it will not upgrade to Websocket automatically, you -//need to perform the operation when you receive the `gun_error` -//message. |