We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d276fe + 3ee38aa commit d4654aeCopy full SHA for d4654ae
1 file changed
docs/sources/clienttutorial.rst
@@ -40,7 +40,7 @@ until the websocket is closed.
40
try:
41
ws = DummyClient('ws://localhost:9000/', protocols=['http-only', 'chat'])
42
ws.connect()
43
- ws.join()
+ ws.run_forever()
44
except KeyboardInterrupt:
45
ws.close()
46
0 commit comments