Re: [Quickfix-users] Re: .NET Can not open bpdy file ... unreleased resources
Brought to you by:
orenmnero
From: Dale W. <wil...@oc...> - 2006-04-27 14:50:15
|
Hi Tom: In onLogout call session->logout(); It seems a bit counterintuitive, but that stops the automatic retries -- you're telling QuickFIX, "I really MEAN to be logged out -- it's not just an accident." When the application is ready to try again, calling session->logon() starts things up again. Dale Tom Frey wrote: > Hm, so how others currently handling this: > I have a socket initiator that tries to connect to a server but the > server is down or maybe has some error. QuickFix will keep connecting > as I can't stop the ThreadedSocketInitiator or my app will crash with > some weird exceptions when I try. So I have no choice but bringing > down my whole server that hosts the fix enviroment to stop the > connection attempts? Also, when I just want to modify the config file, > I need to bring the server down again? Imho this is a very high > priority bug. > > Tom |