[Quickfix-developers] Deadlock problem with call to initiator.stop in C#
Brought to you by:
orenmnero
|
From: <ec...@fi...> - 2005-10-12 21:42:28
|
Please post the below in the quickfix engine developers newsgroup. Thanks! =20 All, =20 I am having a problem when calling initiator.stop(). My application simply hangs. This tends to occur when I attempt to stop my application after a call to Session.sendToTarget(msg, sessionid) returns with a SessionNotFound exception. I am not sure why the session cannot be found, as I am not logging out of it or otherwise doing anything intentional. I can handle this exception and recover; my big concern is the hanging call to initiator.stop(). I have seen previous posts about this, but no real solution. This has occurred with a couple of different builds - 1.9.4 and 1.10.2. I have both built the .dlls and use the binaries from the quickfixengine.org site. My application is in C#. Any patches, fixes, or workarounds would be greatly appreciated. Thanks! =20 Everett Conrad =20 |