[Twisted-Python] how to delay the response in the protocol.Protocol

Andrzej Leszczynski leszczynscy at yahoo.com
Thu Aug 11 13:16:14 EDT 2005


In the protocol derived class and dataReceived
function, I need to send response with given delay
using self.transport.write(str(msg)).

I guess I would use "maybeDeferred" class to do that.
How to pass the delay value.

Please advice,

A.




More information about the Twisted-Python mailing list