<p dir="ltr">Hi All,</p>
<p dir="ltr"> </p>
<p dir="ltr">I’m creating an application using quickfix and I having this issue that keeps occurring times though times,</p>
<p dir="ltr"> </p>
<p dir="ltr">I’m able to establish a connection with my acceptor and we kept the connection as suppose, but after some time I receive that message below</p>
<p dir="ltr"> </p>
<p dir="ltr">Session FIX.4.4:Initiator->Acceptor disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host</p>
<p dir="ltr">   at QuickFix.SocketInitiatorThread.ReadSome(Byte[] buffer, Int32 timeoutMilliseconds) in SocketInitiatorThread.cs:line 171</p>
<p dir="ltr">   at QuickFix.SocketInitiatorThread.Read() in SocketInitiatorThread.cs:line 80</p>
<p dir="ltr"> </p>
<p dir="ltr">After that exception my Session is not reconnected, but that might be related to the facts that my application crashes when this exception happens.</p>
<p dir="ltr"> </p>
<p dir="ltr">You guys know a way to fix this or how I can do some workaround to prevent this from happening?</p>
<p dir="ltr"> </p>
<p dir="ltr">Another thing that I notices is there are one test request during the heartbeat messages with incorrect interval.</p>
<p dir="ltr"> </p>
<p dir="ltr">Right now , I’m using the DLL obtained from the project that is on the git hub version (I had to compile the project to get the DLL.)</p>
<p dir="ltr"> </p>
<p dir="ltr">He is one prove that my application is connecting successfully with my target;</p>
<p dir="ltr">  </p>
<p dir="ltr">8=FIX.4.49=6135=034=4649=INITIATOR52=20160122-12:26:14.95356=ACCEPTOR 10=036</p>
<p dir="ltr">8=FIX.4.49=6135=034=4649=ACCEPTOR  52=20160122-12:27:28.08756=INITIATOR10=040</p>
<p dir="ltr">8=FIX.4.49=6135=034=4549=INITIATOR52=20160122-12:25:44.92156=ACCEPTOR 10=032</p>
<p dir="ltr">8=FIX.4.49=7035=034=4449=INITIATOR52=20160122-12:25:14.91656=ACCEPTOR 112=TEST10=050</p>
<p dir="ltr">8=FIX.4.49=7035=134=4549=ACCEPTOR 52=20160122-12:26:58.03956=INITIATOR112=TEST10=057</p>
<p dir="ltr">8=FIX.4.49=6135=034=4449=ACCEPTOR 52=20160122-12:26:52.00756=INITIATOR10=026</p>
<p dir="ltr">8=FIX.4.49=6135=034=4349=ACCEPTOR 52=20160122-12:26:22.86556=INITIATOR10=034</p>
<p dir="ltr">8=FIX.4.49=6135=034=4349=INITIATOR52=20160122-12:24:39.69556=ACCEPTOR10=041</p>
<p dir="ltr">8=FIX.4.49=6135=034=4249=ACCEPTOR 52=20160122-12:25:52.78656=INITIATOR10=037</p>
<p dir="ltr">8=FIX.4.49=6135=034=4249=INITIATOR52=20160122-12:24:09.61556=ACCEPTOR10=029</p>
<p dir="ltr">8=FIX.4.49=6135=034=4149=ACCEPTOR 52=20160122-12:25:22.70756=INITIATOR10=026</p>
<p dir="ltr">8=FIX.4.49=6135=034=4149=INITIATOR52=20160122-12:23:39.53956=ACCEPTOR10=035</p>
<p dir="ltr"> </p>
<p dir="ltr">Thanks in advance.</p>