Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

fixed frame mixing on asynchronous publishing #145

Closed kammala closed 7 years ago

kammala commented 7 years ago

Write publish frames into stream synchronously to avoid frame mixing under load.

fixes #76