Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:fix8/fix8 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dight committed Jul 11, 2014
2 parents c18aff7 + 449e470 commit 635a6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Session::~Session()
slout << "Session terminating";
if (_logger)
_logger->stop();
if (_plogger)
_plogger->stop();
hypersleep<h_seconds>(1); // needed for service threads to exit gracefully

if (_connection && _connection->get_role() == Connection::cn_acceptor)
Expand Down

0 comments on commit 635a6d1

Please sign in to comment.