|
From: Toli K. <to...@ma...> - 2007-06-05 00:41:18
|
Hi, I'm using QFJ to connect to a broker via SSL. Every once in a while, i get in a situation where the underlying MINA layer is seeing incoming FIX messages, but they don't seem to ever make their way up to the application layer. Connecting to the same broker without SSL, i'm seeing the same exact incoming messages, but they don't ever get dropped. For example, during connection in the Mina output i'm seeing a Logon (35=A) followed by a Trading Session Status (35=h). The Logon comes through, but every once in a while the TradingSessionStatus doesn't. The broker logs shows them sending me a heartbeat and a test request, but i never see that (even in Mina layer) so eventually i'm timed out and disconnected. Is it possible that there's some race condition in the SSL decoding code? i can't seem to trace where the entrypoint from Mina into QFJ code is. The log with QFJ and Mina messages attached. -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |