Tagged Questions
2
votes
3answers
1k views
DLL runtime error crashes my c# app - how to avoid it?
Within my windows app, i'm using a c++ DLL wrapped with a .NET DLLs (specifically - the quickfix engine).
While running, once every day (not at any specific time), in one of the a constructor of one ...
0
votes
1answer
33 views
Quickfixj: How can I catch java.net.ConnectException: Connection refused: no further information
I have FIX initiator running on multiple servers. Idea is to let only one of them have FIX session running on it. However, as soon as FIX session is established on one server, I start getting ...