golf_federated.client.communication.sse package¶
golf_federated.client.communication.sse.monitor module¶
-
golf_federated.client.communication.sse.monitor.monitor(client: object, host: str, port: str, thread_name: str = 'monitor') → None[source]¶ Create an information channel and listen to server pushes.
- Args:
client (MultiDeviceClient): Client to listen. host (str): Host name to connect to the host. port (str): Port number to connect to the host. thread_name (str): Child thread name. Default as ‘monitor’