[Quickfix-developers] Stop/Start Doesn't Work?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2012-03-15 22:59:01
|
Hi, I am using QuickFIX C++ version 1.12.4 on Linux. I noticed that SocketInitiator::start() won't try to connect after the following sequence: - SocketInitiator::start() is called and I successfully connects - at some point Application::onLogout() is called (don't know why, but probably doesn't matter) - I try to create another thread to call SocketInitiator::stop() - With that thread, I call SocketInitiator::start() again, but it doesn't connect. Did I use start/stop() incorrectly? Thanks in advance. Cheers, Hei |