This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Boss Kwei
Recipients Boss Kwei, asvetlov, yselivanov
Date 2018-02-04.14:30:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517754637.18.0.467229070634.issue32763@psf.upfronthosting.co.za>
In-reply-to
Content
write() method implemented in https://github.com/python/cpython/blob/master/Lib/asyncio/selector_events.py#L830 is not stable in somecases. If this method was called too quickly, separate data will be packed and sent in same tcp package, which may be considered as unexpected behavior.
History
Date User Action Args
2018-02-04 14:30:37Boss Kweisetrecipients: + Boss Kwei, asvetlov, yselivanov
2018-02-04 14:30:37Boss Kweisetmessageid: <1517754637.18.0.467229070634.issue32763@psf.upfronthosting.co.za>
2018-02-04 14:30:37Boss Kweilinkissue32763 messages
2018-02-04 14:30:36Boss Kweicreate