Steps to reproduce:
- Type "test" in Google
- Load speed test website
- Close app while it's still loading
- Error in logs occurs:
[CEF Python] ERROR: Shutdown called, but there are still browser references alive
It doesn't reproduce every time. Issue occurs in all examples.
I will try to fix this by always forcing shutdown of browsers and then run message loop work for at least 0.2 sec. Currently it runs for 0.1 sec. Issue also occurs in hello_world.py which uses MessageLoop(), but looks like calling some message loop work here is also required.