diff --git a/hkube_python_wrapper/wrapper/wc.py b/hkube_python_wrapper/wrapper/wc.py index 1ab5946..ddd11ac 100644 --- a/hkube_python_wrapper/wrapper/wc.py +++ b/hkube_python_wrapper/wrapper/wc.py @@ -21,7 +21,8 @@ def __init__(self, msg_queue, encoding, url): self._active = True self._firstConnect = False self._printThrottleMessages = { - messages.outgoing.streamingStatistics: {"delay": 240, "lastPrint": None} + messages.outgoing.streamingStatistics: {"delay": 240, "lastPrint": None}, + messages.outgoing.alive: {"delay": 60, "lastPrint": None} } self._encoding = Encoding(encoding) self._ws_opcode = ABNF.OPCODE_BINARY if self._encoding.isBinary else ABNF.OPCODE_TEXT