<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
One more point I should mention. I am developing this software for a firm. Due to whatever reasons they might have, I don't know why, they told me not to use NeGet package, but use the source code of the package. So I am using the QuickFixn source code in a
class library and not using NeGet package.</div>
<div id="Signature" class="elementToProof">
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks,</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Somnath</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> somnath pal <palsomnath@hotmail.com><br>
<b>Sent:</b> 12 July 2025 10:30<br>
<b>To:</b> Mailing list for QuickFIX/n <quickfixn@lists.quickfixn.com><br>
<b>Subject:</b> Re: {{Quickfixn}} Sending Email Message Problem</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
{margin-top:0;
margin-bottom:0}
-->
</style>
<div dir="ltr">
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I was not sure, why the email problem was happening. After investigation I am getting more and more information and sharing with you as I found. Answer of your questions:</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
1. Yes 1.13.1 (.Net 8) is used. I am migrating to .Net Core</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
2. Start button click:</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Creates the acceptor socket and starts </div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
DualEngineAcceptor = new ThreadedSocketAcceptor(application, storeFactory, settings, logFactory, messageFactory);</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
DualEngineAcceptor.Start();</div>
<ol start="1" data-editing-info="{"applyListStyleFromLevel":false,"orderedStyleType":1}" style="margin-top:0px; margin-bottom:0px; list-style-type:decimal">
<ol start="1" data-editing-info="{"applyListStyleFromLevel":true}" style="margin-top:0px; margin-bottom:0px; list-style-type:lower-alpha">
<li style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); display:block">
<div class="x_elementToProof" role="presentation"><br>
</div>
</li></ol>
</ol>
<div id="x_Signature">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Stop button click: DualEngineAcceptor.Stop();</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
3. ConnectionType=acceptor, so it's acceptor. No need for counter party. Error happanes with or without connection to counter party initiator. So, counter party is not important here.</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
To reproduce the problem, with or without connection to counter party initiator,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
A) Start button 1st click - all good</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
B) Stop button 1st click - all good</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
C) Start button 2nd click - error</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
D) Start button 3rd click - all good</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
So looks like, when the error happened at step C, all are reset and Step D worked. Probably, that reset hapenning at Step C, should have been also at Step B when Stopped.</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thanks,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Somnath</div>
</div>
<div id="x_appendonsend"></div>
<div><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr style="display:inline-block; width:98%">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<b>From:</b> Quickfixn <quickfixn-bounces@lists.quickfixn.com> on behalf of Grant Birchmeier <gbirchmeier@connamara.com><br>
<b>Sent:</b> Saturday, July 12, 2025 04:59<br>
<b>To:</b> Mailing list for QuickFIX/n <quickfixn@lists.quickfixn.com><br>
<b>Subject:</b> Re: {{Quickfixn}} Sending Email Message Problem </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)">Ok, now you're telling me new things that would have been useful to know earlier. You never said anyting about that File Store exception-- that's important! Your questions and answers are kind
of disorganized, it's a little hard to follow.</div>
<div style="direction:ltr"><br>
</div>
<div style="direction:ltr"><span style="font-size:9.75pt; color:rgb(0,0,0)">1. </span>
Are you sure you're using the latest release v1.13.1<span style="color:rgb(0,0,0)">? (".net8" is not a QF/n version.)</span></div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)"><br>
</div>
<div style="direction:ltr; color:rgb(0,0,0)"><span style="font-size:9.75pt">2. I don't need to know what your UI looks like.
</span>Are <span style="font-size:9.75pt">your buttons calling </span>acceptor.Start and acceptor.Stop?</div>
<div style="direction:ltr; color:rgb(0,0,0)"><br>
</div>
<div style="direction:ltr; color:rgb(0,0,0)">3. <span style="font-size:9.75pt">Is that config for your Initiator or for your Acceptor? What is the config on the other side?</span></div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)"><br>
</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)">4. The store error on stop/restart should not be happening. I will try and find time to spin up a sample app and see if I can replicate it.</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)"><br>
</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)">By the way, if you want to stick with your old C#-over-C++ wrapper until we figure this out, you could use Stunnel to wrap SSL around that connection.</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)"><br>
</div>
<div style="direction:ltr; font-size:9.75pt; color:rgb(0,0,0)">-Grant</div>
<div><br>
<span style="font-family:Slack-Lato,appleLogo,sans-serif; font-size:13px; color:rgb(29,28,29); background-color:white">This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately
and delete all copies of the message. Thank you from Connamara Systems, LLC.</span></div>
</div>
</body>
</html>