Commit d6058a1
Andrew Utkin
Remove atexit handler that hangs on Chromium shutdown
The server thread is daemon=True so it dies with the process.
The atexit close() calls thread.join() which hangs if Chromium
shutdown blocks.1 parent 8bee710 commit d6058a1
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
0 commit comments