tofarr

Results 39 comments of 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: ![image](https://github.com/user-attachments/assets/1e9003e7-33d7-4a58-8b01-eefd7390e882) ![image](https://github.com/user-attachments/assets/e14cb784-2889-4bc0-8606-b4de7595cd7d)

Thinking about this, I don't think it belongs in OpenHands - I'll create a separate open source utility for this over the weekend.

> 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