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 yselivanov
Recipients asvetlov, vitaly.krug, yselivanov
Date 2018-03-22.17:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521741569.24.0.467229070634.issue33118@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I think your best option would be to use `set_write_buffer_limits(0, 0)`.  You don't need asyncio flow control anyways, as AMQP protocol is unlikely to generate any pressure on IO buffers.
History
Date User Action Args
2018-03-22 17:59:29yselivanovsetrecipients: + yselivanov, asvetlov, vitaly.krug
2018-03-22 17:59:29yselivanovsetmessageid: <1521741569.24.0.467229070634.issue33118@psf.upfronthosting.co.za>
2018-03-22 17:59:29yselivanovlinkissue33118 messages
2018-03-22 17:59:29yselivanovcreate