Opened 12 years ago
Closed 12 years ago
#53 closed defect (fixed)
Make IQ timeouts work for InternalComponent.
Reported by: | ralphm | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | 0.6.1 |
Component: | generic | Keywords: | |
Cc: |
Description
IQ timeouts don't work when using InternalComponent?, because the stream is not a XmlStream but a simple EventDispatcher. The timeout code was done such that XmlStream has a _callLater to handle the timeout, but this should be done in IQ itself.
Change History (1)
comment:1 Changed 12 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [175]) Make IQ timeouts work for InternalComponents?.
This introduces wokkel.compat.IQ to work with older Twisted versions, too.
Author: ralphm. Fixes #53.