Tagged Questions
2
votes
2answers
3k views
An established connection was aborted by the software in your host machine
The application uses quickfixj library, which uses Apache Mina.
This application keeps a socket connection to a remote host.
Suddenly we get the following error:
[SocketConnectorIoProcessor-0.0] - ...
2
votes
2answers
857 views
Detecting loss of connection to fix gateway? (QuickFix)
I'm trying to find a good way to detect a loss of connection.
My adapter is implemented as a Fix::Application based on one of the examples. It uses a socket initiator to connect to the fix gateway.
...