[Quickfix-developers] Throwing exceptions from fromApp
Brought to you by:
orenmnero
From: Derek D. <jls...@ya...> - 2016-01-07 16:37:44
|
Hi - If I write an application in which I allow exceptions to escape fromApp, the Session or SocketInitiator code doesn't attempt to catch these exceptions, and my application crashes. The Session code attempts to catch all other exceptions in Session::verify(). Is this by design? If so, how can I catch these exceptions when the SocketInitiator code is running in a separate thread and have no opportunity to add an exception handler higher in the stack? Thanks,Derek |