-
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ def _event_pipe(self): | |
event_pipe = self._local.event_pipe | ||
except AttributeError: | ||
# new thread, new event pipe | ||
ctx = self.socket.context | ||
ctx = zmq.Context(self.socket.context) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
davidbrochart
Author
Collaborator
|
||
event_pipe = ctx.socket(zmq.PUSH) | ||
event_pipe.linger = 0 | ||
event_pipe.connect(self._event_interface) | ||
|
For me locally this had raised a pyzmq error