File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ skynet.start(function()
2828end )
2929```
3030
31- We launch a socket server(` listen 0.0.0.0:8000 ` ) And All client connections will be received via the socket.start callback.
31+ We launch a socket server(` listen 0.0.0.0:8000 ` ) And All client connections will be received via the ` socket.start ` callback.
3232
3333 Create a ` Websocket.server ` object for each connection in the callback function and manage all events using the ` Websocket.server ` object.
3434
7474return ws
7575```
7676
77- To simplify the use of Websocket.server, we have defined four callback methods(must) for everyday use.
77+ To simplify the use of ` Websocket.server ` , we have defined four callback methods(must) for everyday use.
7878
7979 * ` on_open ` , When the connection has been established.
8080
You can’t perform that action at this time.
0 commit comments