More work on connection reset stuff...

This commit is contained in:
Adam Ierymenko 2014-01-29 22:04:23 -08:00
parent d75f2f7051
commit 6e076e77d8
3 changed files with 8 additions and 4 deletions

View file

@ -641,6 +641,7 @@ Node::ReasonForTermination Node::run()
}
}
} catch ( ... ) {
LOG("FATAL: unexpected exception in core loop: unknown exception");
return impl->terminateBecause(Node::NODE_UNRECOVERABLE_ERROR,"unexpected exception during outer main I/O loop");
}