In send function of FlashClient class
ro you think it would be relevant to check if sock and data are not None ?
def send(self, data):
+ if self.sock is not None and data is not None:
self.sock.sendall(data)
thanks
Original issue reported on code.google.com by pratn...@gmail.com on 3 Oct 2011 at 4:10
Original issue reported on code.google.com by
pratn...@gmail.com
on 3 Oct 2011 at 4:10