-
- Downloads
webgui: terminate application via timeout
Otherwise it could happen, that calling object (websocket handler) will be destroyed by such action. Like now civetweb is blocked, waiting that websoocket request is processed, but gApplication->Terminate() starts deleting of all connections and trying to call mg_stop.
Showing
- gui/canvaspainter/v7/src/TCanvasPainter.cxx 1 addition, 1 deletiongui/canvaspainter/v7/src/TCanvasPainter.cxx
- gui/webdisplay/inc/ROOT/TWebWindowsManager.hxx 1 addition, 1 deletiongui/webdisplay/inc/ROOT/TWebWindowsManager.hxx
- gui/webdisplay/src/TWebWindowsManager.cxx 4 additions, 2 deletionsgui/webdisplay/src/TWebWindowsManager.cxx
Please register or sign in to comment