tofarr
tofarr
Interesting approach - I was under the impression that the socketio library handled reconnection automatically? The disconnect event is often explicit - like when a user has too many conversations...
You could also test this by running the remote runtime with 2 different browsers at the same time:  
Thinking about this, I don't think it belongs in OpenHands - I'll create a separate open source utility for this over the weekend.
This issue should now be resolved on main
> How does the ubuntu image compare in size with the nikolaik one? @tofarr It does slightly better, probably because Bookworm's stock image starts out larger than Ubuntu's, but most...
Moving this back to draft until I can test.
So I updated this PR with the suggestions @rbren made, and tested locally and with the `docker run -it` command. There is one additional change: In order to get this...
I'm gonna punt on this one now as there does seem to be concerns about the additional overhead of a file existence check. Perhaps a more thorough refactor will allow...
> `the agent loop will continue running in perpetuity if we don't explicitly close it on some event` I think it will be closed by a timeout event, with a...
> Does this solve #6148 ? This works in my tests