<div dir="ltr"><pre style="margin-top:0px;margin-bottom:0px;padding:0.5em 1em;line-height:16px;font-size:11px;overflow:auto;color:rgb(85,85,85)">Hi All,
Actually this question is for the C++ Forum, but mails to the mailing list are not being responded to, so I thought I try here as some people here might havesome experience with the C++ library also.
I'm using the QuickFix C++ library in my application(plugin to a server), connecting as an
Initiator.
Initially, I was starting up using ThreadedSocketInitiator but i realized
that when i'm cleaning up this object, I occasionally get Access Violation Exceptions, then I switched
to the normal SocketInitiator since I was connecting to only one counter
party, but now the issue is after session reset I'm now getting this error '*Socket Error:
A non-blocking socket operation could not be completed immediately'*
and this produces undesired results on the host application(the server).
<br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0.5em 1em;line-height:16px;font-size:11px;overflow:auto;color:rgb(85,85,85)">Please I would like to know if anyone has experienced such errors and what could be possible causes.
<br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0.5em 1em;line-height:16px;font-size:11px;overflow:auto;color:rgb(85,85,85)">Thank in advance for you help.
Ola</pre></div>