{{Quickfixn}} WG: File-Lock Problem with reconnect ...
Philipp Rümmele
philipp at ruemmele.net
Thu Oct 9 07:59:03 PDT 2014
Hello,
My application hangs sometimes - when i send a Market Data Request, or a logout
No error message or so..
It Stops at the point _session.Send(m)
private void SendMessage(Message m)
{
if (_session != null)
_session.Send(m); <------------- Hangs here
else
{
// sollte eigentlich nicht passieren
dbg("Senden fehlgeschlagen: Keine Session vorhanden");
}
}
Any ideas what i can do ?
Thanks and greetings
Philipp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20141009/93365096/attachment-0001.htm>
More information about the Quickfixn
mailing list