File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ The WebsocketServer can be initialized with the below parameters.
73
73
74
74
| Method | Description | Takes | Gives |
75
75
| -----------------------------| ---------------------------------------------------------------------------------------| -----------------| -------|
76
+ | ` run_forever() ` | Runs server until shutdown_gracefully or shutdown_abruptly are called. | threaded: run server on its own thread if True | None |
76
77
| ` set_fn_new_client() ` | Sets a callback function that will be called for every new ` client ` connecting to us | function | None |
77
78
| ` set_fn_client_left() ` | Sets a callback function that will be called for every ` client ` disconnecting from us | function | None |
78
79
| ` set_fn_message_received() ` | Sets a callback function that will be called when a ` client ` sends a message | function | None |
You can’t perform that action at this time.
0 commit comments