We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bb563 commit f5cf02cCopy full SHA for f5cf02c
1 file changed
ws4py/server/geventserver.py
@@ -107,7 +107,6 @@ def __init__(self, address, *args, **kwargs):
107
108
def handler(self, websocket):
109
g = gevent.spawn(websocket.run)
110
- g.start()
111
g.join()
112
return ['']
113
0 commit comments