Skip to content

Commit fab0683

Browse files
committed
add zmq prefix to default value for url
1 parent 88f3b87 commit fab0683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

socketio/zmq_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ZmqManager(PubSubManager): # pragma: no cover
5050
"""
5151
name = 'zmq'
5252

53-
def __init__(self, url='tcp://localhost:5555+5556',
53+
def __init__(self, url='zmq+tcp://localhost:5555+5556',
5454
channel='socketio',
5555
write_only=False):
5656
if zmq is None:

0 commit comments

Comments
 (0)