[Twisted-Python] DirtyReactorAggregateError: Reactor was unclean. - What to do?

2013-11-13 Thread Jonas Brunsgaard
Dear list I may need som advise to get som testing wokring. I have a server for service a, which creates a client for service b to get som data: class StateHandler(object): implements(State.Iface) def __init__(self): #do stuff self.loaddata() @inlineCallbacks

Re: [Twisted-Python] Is a Viewable Cacheable a good idea?

2013-11-13 Thread Flint
Hi, >> Is simultaneously sub-classing Viewable and Cacheable a good idea? I am not sure it would work, at least not as you expect. Viewable and Cacheable both implement a different version of jellyFor (which will decides how object is seen on the other side of the connection). If you sub-class bot