rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.3k stars 297 forks source link

Ctrl-C still hangs when hosting web-server in some cases #1843

Open jleibs opened 1 year ago

jleibs commented 1 year ago

Not sure which OS/browser combinations this hits. For me if I launch with rerun --web-viewer, and then ctrl-c it doesn't exit until I refresh the chrome tab that's opened.

Looks like we're hitting some variant of:

Wumpf commented 1 year ago

reproed on Windows. Can't shutdown from python .\examples\python\arkitscenes\main.py --serve, refresh does not fix it for me

Wumpf commented 1 year ago

Above report for windows --serve is fixed in https://github.com/rerun-io/rerun/pull/1939 but this has nothing to do with with the way Jeremy reports starting the viewer which isn't from python