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 d155369 commit ff3d806Copy full SHA for ff3d806
forwarder/update_handlers/ca_update_handler.py
@@ -58,6 +58,7 @@ def __init__(
58
(self._pv,) = context.get_pvs(
59
pv_name, connection_state_callback=self._connection_state_callback
60
)
61
+ self._pv.timeout = None
62
# Subscribe with "data_type='time'" to get timestamp and alarm fields
63
sub = self._pv.subscribe(data_type="time")
64
sub.add_callback(self._monitor_callback)
0 commit comments