Skip to content

Commit

Permalink
add zmq prefix to default value for url
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidler committed Jan 6, 2017
1 parent 88f3b87 commit fab0683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socketio/zmq_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ZmqManager(PubSubManager): # pragma: no cover
"""
name = 'zmq'

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

0 comments on commit fab0683

Please sign in to comment.