[Twisted-Python] notifyFinish not being called on Windows 10 Twisted 16.4.1

2016-10-17 Thread John Aherne
Apologies for not being more comprehensive. This happens on python2.7 windows 10 64 bit and on windows 7 32 bit -- *John Aherne* *www.rocs.co.uk * 020 7223 7567 ___ Twisted-Python mailing list

[Twisted-Python] notifyFinish not being called on Windows 10 Twisted 16.4.1

2016-10-17 Thread John Aherne
I have been running some tests to check some issue and have seen that notifyFinish is not being called in 16.4.1 This is on Windows 10 using python 2.7.12 Checking back it is not called 16.3.0 but is in 16.2.0 The test uses some sample code from Twisted web in 60 seconds that sets a timer to

Re: [Twisted-Python] notifyFinish not being called on Windows 10 Twisted 16.4.1

2016-10-17 Thread Cory Benfield
> On 17 Oct 2016, at 08:46, John Aherne wrote: > > I have been running some tests to check some issue and have seen that > notifyFinish is not being called in 16.4.1 > > This is on Windows 10 using python 2.7.12 > > Checking back it is not called 16.3.0 but is in

Re: [Twisted-Python] notifyFinish not being called on Windows 10 Twisted 16.4.1

2016-10-17 Thread John Aherne
OK. Thanks for the link. That explains what is going on although I'm not too clear on the details. What I was looking to do was set up an http session and when the browser went away use that a the trigger to expire the session. I didn't just want to set some arbitrary time frame to expire the

Re: [Twisted-Python] notifyFinish not being called on Windows 10 Twisted 16.4.1

2016-10-17 Thread Cory Benfield
> On 17 Oct 2016, at 17:27, John Aherne wrote: > > OK. Thanks for the link. > > That explains what is going on although I'm not too clear on the details. > > What I was looking to do was set up an http session and when the browser went > away use that a the trigger to