Re: sendLine and connectionLost question
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <20100527134456.2801.1144368787.divmod.xquotient.2@localhost.localdomain> |
On 06:42 am, [email protected] wrote: > >Hi Jean Paul, > >A lot of thanks for your quick answer. It's really appreciated. >Regarding your answer, I understand that when the remote hosts stop >responding, after a timer, the connection is considered lost. But the >main problem is that the remaining client (the one that have not been >disconnected) should continue working without problems and the fact is >that the server closes connection to that client too in a "non clean >fashion". > >Regards and a lot of thanks for your help, Can you share a minimal example - http://sscce.org/ - that demonstrates this behavior? Jean-Paul