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 malversan
Recipients asvetlov, callumquick, malversan, yselivanov
Date 2019-11-04.15:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572881853.27.0.788595037575.issue38285@roundup.psfhosted.org>
In-reply-to
Content
It has a certain logic to recommend recvmsg() in place of recv(), as SOCK_SEQ_PACKET is characterized by transmitting entire messages only. But it has to be noted that my current hack (described above) is working for SOCK_SEQ_PACKET sockets with no modification of the asyncio underlying reading logic.
History
Date User Action Args
2019-11-04 15:37:33malversansetrecipients: + malversan, asvetlov, yselivanov, callumquick
2019-11-04 15:37:33malversansetmessageid: <1572881853.27.0.788595037575.issue38285@roundup.psfhosted.org>
2019-11-04 15:37:33malversanlinkissue38285 messages
2019-11-04 15:37:33malversancreate