Skip to content
Snippets Groups Projects
Commit 1057fe53 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

py3k

parent a27bccde
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class Connection(object):
break
sock.settimeout(0)
sock.send('AMQP\x00\x00\x09\x01')
sock.send(b'AMQP\x00\x00\x09\x01')
Handshaker(self, self.node_definition, self.on_connected)
self.listener_socket = self.listener_thread.register(sock,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment