[issue2808] asynchat forgets packets when push is called from a thread

2008-05-21 Thread xix xeaon
xix xeaon <[EMAIL PROTECTED]> added the comment: I have good reason to use this combination of asynchat and threads (in a way which doesn't cause any of these serious issues you speak of), but if you don't want it fixed then that's fine with me since I know how to work aroun

[issue2808] asynchat forgets packets when push is called from a thread

2008-05-10 Thread xix xeaon
New submission from xix xeaon <[EMAIL PROTECTED]>: okay, my first bug post, hope I do it right. if you push more than 512 bytes (issue2073) from a thread then only the first packet will be sent, all other packets will be forgotten. the remaining packets will be sent when something else h