org-arl / fjage

Framework for Java and Groovy Agents
https://fjage.readthedocs.io/en/latest/
Other
25 stars 13 forks source link

Expose a `shellready` variable on the webshell iframe #278

Closed notthetup closed 1 year ago

notthetup commented 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.

mchitre commented 1 year ago

What happens if connection is lost? Should shell go not ready?

notthetup commented 1 year ago

Ah yes. Let me adjust the flow so that we set shellready to false before attempting to connect.