From 1c03530c953cb6c550633b292f3fed0351a7b30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 5 Jul 2018 12:37:38 +0200 Subject: Apply inflation to my consulting rates --- docs/en/gun/1.0/guide/websocket/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/gun/1.0/guide/websocket/index.html') diff --git a/docs/en/gun/1.0/guide/websocket/index.html b/docs/en/gun/1.0/guide/websocket/index.html index 67becc45..c3adc6e2 100644 --- a/docs/en/gun/1.0/guide/websocket/index.html +++ b/docs/en/gun/1.0/guide/websocket/index.html @@ -124,7 +124,7 @@ http://www.gnu.org/software/src-highlite --> -

Note that if you send a close frame, Gun will close the connection cleanly and will not attempt to reconnect afterwards.

+

Note that if you send a close frame, Gun will close the connection cleanly but will attempt to reconnect afterwards.

Receiving data

Gun sends an Erlang message to the owner process for every Websocket message it receives.