<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Gary,<br></div><div class="gmail_quote"><br>On Sat, Jul 27, 2013 at 6:08 PM, gary clark <span dir="ltr"><<a href="mailto:burslem2001@yahoo.com" target="_blank">burslem2001@yahoo.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Hell<var></var>o,</div>
<div> </div>
<div>This problem has been driving me crazy for a couple of days. I'm hoping someone can shed some light</div>
<div>on this. I have a twisted server its using open-ssl (using certificates) and runs on linux and communicates great with a windows client thats send messages every second.</div>
<div> </div>
<div>However when I send data back to the client "sometimes" it doesnt receive the packet and there is no indication of failure at the client whats more I dont see any failure on the twisted server end.</div></div>

</div></blockquote><div><br></div><div>When you say "packet", does that mean "actual IP packet that you observed leaving the server", or do you mean "the thing I passed to transport.write"?<br>

</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Is there any way I can tell what could cause this failure? It just look like the transport.write(data) fails just dont know why it would when receiving works like a charm.</div>

</div></div></blockquote><div><br></div><div>So, it fails silently? Keep in mind that transport.write working doesn't necessarily mean that anything on the other end has successfully read it: that's why good RPC mechanisms like AMP have positive acknowedgement :)<br>

</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif">

<div>Any help on this would relieve the pain I'm feeling right now.</div></div></div></blockquote><div><br></div><div>How are these two servers connected? Can you reliably reproduce the problem? Does it persist with other transports? Could you shed some more light on what you mean by "sometimes"?<br>

</div><div> <br></div><div>cheers<br>lvh<br></div></div></div></div>