|
@@ -90,7 +90,7 @@ server by sending <b>info</b> notifications directly to Web Socket process:
|
|
|
|
|
|
<code>> WebSocketPid ! {server, Message} </code>
|
|
|
|
|
|
-<p>You can obtain this Pid like this:</p>
|
|
|
+<p>You can obtain this Pid like here:</p>
|
|
|
|
|
|
<code>event(init) -> wf:info("Web Socket Pid: ~p",[self()]);</code>
|
|
|
|