Skip to content

Commit 3555ffb

Browse files
author
chrisj
committed
updated kombu_manager.py to set transport_options.
1 parent a9f07ea commit 3555ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

socketio/kombu_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def initialize(self):
6464
'with ' + self.server.async_mode)
6565

6666
def _connection(self):
67-
return kombu.Connection(self.url)
67+
return kombu.Connection(self.url, transport_options=self.transport_options)
6868

6969
def _exchange(self):
7070
return kombu.Exchange(self.channel, type='fanout', durable=False)

0 commit comments

Comments
 (0)