Print socket that is being created
This commit is contained in:
@@ -95,6 +95,7 @@ class SlamStreamer:
|
||||
return context.socket(zmq.PUB)
|
||||
|
||||
def _start_socket(self, socket, port):
|
||||
print('Starting socket at with address: ' + 'tcp://*:' + str(self._port))
|
||||
socket.bind('tcp://*:' + str(self._port))
|
||||
return socket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user