Thanks for your reply gelin.

I posted the code of my factory and protocol and thats all about the network communication.
What do you mean by acknoledgement? Do you got a link or an example for that?
How could that help?

Greets,
Toni

Gesendet: Mittwoch, 06. November 2013 um 19:07 Uhr
Von: "Gelin Yan" <[email protected]>
An: "Twisted general discussion" <[email protected]>
Betreff: Re: [Twisted-Python] Strange DataLoosing Problem after some time of connection



On Thu, Nov 7, 2013 at 1:31 AM, Toni Rosemann <[email protected]> wrote:
Hey there,
 
Setup:
-i got a Server which is running a Delphi application on Windows7 using WinSocketComponents
-i got a Client (Raspberry Pi) which is running my python client application with twisted
-the server collects data which the client is sending, sometimes the server sends back
 
Problem:
-the client connects and starts sending, the communication works fine at first
-after some time (rigth now i see no correlation or principle) the server won't get any messages anymore, although the client keeps sending (or at least the client keeps calling the sendMessage() function
->the client is still able to receive messages!
 
I have no clue whats happening. There is no suspicious behavior nor a exception call.
When i stop the client, the server recognizes a disconnect, but before, no disconnect is recognized.
Has anyone of you an idea or does anyone see a mistake in the design of my Factory or Protocol?
Are there known problems with the combination of python twisted and WinSocket of Windows?
 

 Have you implemented any acknowledgment in your application?   

Regards

gelin yan

_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to