pylabrobot.liquid_handling.backends.websocket.WebSocketBackend.wait_for_connection

pylabrobot.liquid_handling.backends.websocket.WebSocketBackend.wait_for_connection#

WebSocketBackend.wait_for_connection()#

Wait for a websocket connection to be established.

This method will block until a websocket connection is established. It is not required to wait, since send_event() automatically save messages until a connection is established, but only if its wait_for_response is False.