Skip to content

Commit ff3d806

Browse files
committed
Set timeout to None for CA as it fixes the gateway issue linked in #5
1 parent d155369 commit ff3d806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forwarder/update_handlers/ca_update_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(
5858
(self._pv,) = context.get_pvs(
5959
pv_name, connection_state_callback=self._connection_state_callback
6060
)
61+
self._pv.timeout = None
6162
# Subscribe with "data_type='time'" to get timestamp and alarm fields
6263
sub = self._pv.subscribe(data_type="time")
6364
sub.add_callback(self._monitor_callback)

0 commit comments

Comments
 (0)