Re: [Quickfix-developers] SocketInitiator.stop() Problem
Brought to you by:
orenmnero
From: shaffer.jason <sha...@gm...> - 2008-10-02 13:01:53
|
Shrila, That would work in theory, however it is actually during the shutdown process that I'm having problems. I need to allow a few seconds for the application to shut down. I start the shutdown process by logging off of all sessions. However, it is possible for the client to reestablish the session before the application has actually shut down because quickfix is still active and the port is still open. If I could use the stop function, this would not be a problem. Thanks for your thoughts. Shrila wrote: > > Hi shaffer.jason. > If You want close quickFIX and release port, possible simply close > application (all quickFIX threads). > -- View this message in context: http://www.nabble.com/SocketInitiator.stop%28%29-Problem-tp18473551p19778803.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |