From 0a181681223aead4043b2437fe493652db6e5f8a Mon Sep 17 00:00:00 2001 From: Andrei Nesterov Date: Wed, 16 Nov 2016 20:57:11 +0300 Subject: Add support for choosing a process to reply to --- doc/src/guide/websocket.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/src/guide/websocket.asciidoc') diff --git a/doc/src/guide/websocket.asciidoc b/doc/src/guide/websocket.asciidoc index 4869a2e..f99dea7 100644 --- a/doc/src/guide/websocket.asciidoc +++ b/doc/src/guide/websocket.asciidoc @@ -64,6 +64,10 @@ after 1000 -> exit(timeout) end. +Note that you shouldn't use the `reply_to` request option +for connections you plan to upgrade, because only the +owner of the connection will receive messages about it. + === Sending data Once the Websocket upgrade has completed successfully, you no -- cgit v1.2.3