comparison OrthancServer/LuaScripting.cpp @ 3851:6498739a3c3c

refactoring: TimeoutDicomConnectionManager is now only used by Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Apr 2020 16:46:44 +0200
parents 281045a1e6db
children 8f7ad4989fec
comparison
equal deleted inserted replaced
3850:d729d6e8b484 3851:6498739a3c3c
770 catch (OrthancException& e) 770 catch (OrthancException& e)
771 { 771 {
772 LOG(ERROR) << "Error while processing Lua events: " << e.What(); 772 LOG(ERROR) << "Error while processing Lua events: " << e.What();
773 } 773 }
774 } 774 }
775
776 that->jobManager_.GetDicomConnectionManager().CloseIfInactive();
775 } 777 }
776 } 778 }
777 779
778 780
779 void LuaScripting::Start() 781 void LuaScripting::Start()