Closed notthetup closed 1 year ago
shellready will be set to false at initialization and only be set to true when the first message is received from the WebSocket connection.
shellready
false
true
What happens if connection is lost? Should shell go not ready?
Ah yes. Let me adjust the flow so that we set shellready to false before attempting to connect.
shellready
will be set tofalse
at initialization and only be set totrue
when the first message is received from the WebSocket connection.