Re: [Quickfix-developers] Decoder callback not invoked
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-03-24 03:10:33
|
On 3/23/06, Nicholas Murdock <nic...@ch...> wrote: > > Using quickfix 1.10.2, ThreadedSocket, after about 3 hours of heavy use > the message decoder callback for an incoming message isn't being called. = We > see the message (mass quote) in the incoming log but the callback isn't > invoked. The thread seems to hang as it does not process any further > incoming data (the thread pulling data of the socket seems to be working, > though, as the client never blocks on send). The server continues to send > info back to the client on the same session. > What is the ThreadedSocketConnection's m_queueThread, the one that is reading from the m_queue built up by the socket-reading thread, doing? Thi= s is the thread from which your callbacks will be fired, so perhaps your Application code has deadlocked? -- Caleb Epstein caleb dot epstein at gmail dot com |