Skip to content

Commit c8b9799

Browse files
committed
f
1 parent f467048 commit c8b9799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bec_lib/bec_lib/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _get_rpc_response(self, request_id, rpc_id) -> Any:
428428

429429
def _handle_client_info_msg(self):
430430
"""Handle client messages during RPC calls"""
431-
msgs = self.root.parent.connector.xread(MessageEndpoints.client_info())
431+
msgs = self.root.parent.connector.xread(MessageEndpoints.client_info(), block=5)
432432
# The client is the parent.parent of the device
433433
client: BECClient = self.root.parent.parent
434434
if client.live_updates_config.print_client_messages is False:

0 commit comments

Comments
 (0)