Skip to content

Commit afe2c11

Browse files
committed
Update documentation
1 parent 50067a4 commit afe2c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The WebsocketServer can be initialized with the below parameters.
7373

7474
| Method | Description | Takes | Gives |
7575
|-----------------------------|---------------------------------------------------------------------------------------|-----------------|-------|
76+
| `run_forever()` | Runs server until shutdown_gracefully or shutdown_abruptly are called. | threaded: run server on its own thread if True | None |
7677
| `set_fn_new_client()` | Sets a callback function that will be called for every new `client` connecting to us | function | None |
7778
| `set_fn_client_left()` | Sets a callback function that will be called for every `client` disconnecting from us | function | None |
7879
| `set_fn_message_received()` | Sets a callback function that will be called when a `client` sends a message | function | None |

0 commit comments

Comments
 (0)