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] - ...
1
vote
1answer
656 views

Is it worthy to migrate quickfixj from Mina to Netty?

I am writing a FIX buyside GUI based on quickfixj. Although the performance is not an issue to a GUI, I am thinking of migrating the quickfixj from Mina to Netty as I would like to develop it to a ...