Commit e12ce6e
committed
Fix server shutdown documentation
Add server.server_close() call to shutdown example to properly
release the port. Without this call, attempting to restart the
server on the same port results in "Address already in use" error.
Fixes #1068
Signed-off-by: Varun Chawla <varun_6april@hotmail.com>1 parent a854135 commit e12ce6e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments