Hello,
I'm writing a server application(for message delivery) with gevent. In
that application, I store some of client sockets(fileobj) in a list
object. When I receive a message, there is no problem if I send a
response to sender socket(sender's fileobj) but if I send a response
to any of stored fileobj objects I get this error:
"Overlong 3 byte UTF-8 sequence detected when encoding string"
http://pastebin.com/nfsWeh5Z
Thank you.