We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f3b87 commit fab0683Copy full SHA for fab0683
1 file changed
socketio/zmq_manager.py
@@ -50,7 +50,7 @@ class ZmqManager(PubSubManager): # pragma: no cover
50
"""
51
name = 'zmq'
52
53
- def __init__(self, url='tcp://localhost:5555+5556',
+ def __init__(self, url='zmq+tcp://localhost:5555+5556',
54
channel='socketio',
55
write_only=False):
56
if zmq is None:
0 commit comments