Re: [Twisted-Python] Problems with TLS connection not shutting down.

2013-03-28 Thread Michael Williamson
Ah, I never tried abortConnection, but I'm doing something similar - I just call loseConnection() and that does the trick. And yes, I believe that the TCP connection does stay alive because I was watching closeSocket() and it was never called. I wish I could be more helpful with regard to code sa

Re: [Twisted-Python] Problems with TLS connection not shutting down.

2013-03-28 Thread Glyph
On Mar 28, 2013, at 9:24 AM, Michael Williamson wrote: > Hi, I'm having an issue where a tls connection never seems to shutdown > properly, and as a result, all the associated cleanup never happens. > > Basically we're trying to implement a jabber client and allow the user to > sign out and

[Twisted-Python] Problems with TLS connection not shutting down.

2013-03-28 Thread Michael Williamson
Hi, I'm having an issue where a tls connection never seems to shutdown properly, and as a result, all the associated cleanup never happens. Basically we're trying to implement a jabber client and allow the user to sign out and then re-sign back in without completely quitting the program. When the