You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not really sure what ws.connected is doing but it seems to somehow
block updates. Basically, the useEffect creating the terminal never
updates when the config loads, so the web socket is never created, and
the test hangs forever.
Before I think it worked because the web socket did not block on the
terminal being created, but we need the terminal first so we can get the
size and spawn with the right height/width to avoid a screen bug.
0 commit comments