diff options
author | Loïc Hoguin <[email protected]> | 2018-07-05 12:37:38 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-07-05 12:37:38 +0200 |
commit | 1c03530c953cb6c550633b292f3fed0351a7b30a (patch) | |
tree | ce78dd2f6bf62450711c4c18721460dbe100381f /docs/en/gun/1.0/guide/websocket.asciidoc | |
parent | ecf6d483b55d573292475c61ae21c9702dce5e01 (diff) | |
download | ninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.tar.gz ninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.tar.bz2 ninenines.eu-1c03530c953cb6c550633b292f3fed0351a7b30a.zip |
Apply inflation to my consulting rates
Diffstat (limited to 'docs/en/gun/1.0/guide/websocket.asciidoc')
-rw-r--r-- | docs/en/gun/1.0/guide/websocket.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/gun/1.0/guide/websocket.asciidoc b/docs/en/gun/1.0/guide/websocket.asciidoc index cf32291f..418b4561 100644 --- a/docs/en/gun/1.0/guide/websocket.asciidoc +++ b/docs/en/gun/1.0/guide/websocket.asciidoc @@ -93,7 +93,7 @@ gun:ws_send(ConnPid, {text, "Hello!"}). //---- Note that if you send a close frame, Gun will close the connection -cleanly and will not attempt to reconnect afterwards. +cleanly but will attempt to reconnect afterwards. === Receiving data |