|
From: Nick F. <ni...@ox...> - 2006-10-19 09:53:10
|
I've been doing some network robustness tests on my code with Quickfix/J. Ok, if I'm honest I pulled the network cable out, then plugged it back in again to see what would happen, and also tried killing the SSL tunnel. The quickfix code and my app worked really well, and reconnected nicely. I just wondered where all this magic happened, as I couldn't find the relevant lines in the quickfix/J code. It would be nice to know programmatically that the connection has been lost, so I can do various things in the code, for example, alert the user. Does this information get back to my application (say with an admin message)? Nick |