Skip to content

Commit d4654ae

Browse files
committed
Merge branch 'master' of github.com:Lawouach/WebSocket-for-Python
2 parents 3d276fe + 3ee38aa commit d4654ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sources/clienttutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ until the websocket is closed.
4040
try:
4141
ws = DummyClient('ws://localhost:9000/', protocols=['http-only', 'chat'])
4242
ws.connect()
43-
ws.join()
43+
ws.run_forever()
4444
except KeyboardInterrupt:
4545
ws.close()
4646

0 commit comments

Comments
 (0)