We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ef67 commit e396a82Copy full SHA for e396a82
hkube_python_wrapper/communication/zmq/streaming/ZMQListener.py
@@ -110,7 +110,7 @@ def close(self, force=True):
110
111
if (self._pollTimeoutCount):
112
try:
113
- hasMsg = self._readMessage(timeout=POLL_MS * 5)
+ self._readMessage(timeout=POLL_MS * 5)
114
except Exception as e:
115
print("Error occurred readingMessage or message handling by algorithm during close")
116
print("Error occurred error is" + str(e))
0 commit comments