Re: [Twisted-Python] Writing onto txWS

2012-06-29 Thread exarkun
Please do not cross-post between twisted-web and twisted-python. Pick a list and stick to it. Jean-Paul ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Writing onto txWS

2012-06-29 Thread Corbin Simpson
On Fri, Jun 29, 2012 at 04:52:06PM +0200, vinod kumar wrote: > Hi All, > >I have run and edited the example provided for txWS. The writing part > from server to client browser is shown only as self.transport.write() > inside dataReceived function in websockets.py. how do I write on to the > so