1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-11 01:02:17 +02:00

fix(rpc): add expiration to GUI registry state updates

This commit is contained in:
2025-12-09 13:28:36 +01:00
committed by Klaus Wakonig
parent 1ad5df57fe
commit 5fc96bd299
+1
View File
@@ -229,6 +229,7 @@ class RPCServer:
MessageEndpoints.gui_registry_state(self.gui_id),
msg_dict={"data": messages.GUIRegistryStateMessage(state=data)},
max_size=1,
expire=60,
)
def _serialize_bec_connector(self, connector: BECConnector, wait=False) -> dict: