benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Give ability to send non-ascii via using dict as message body #95

Open purpleP opened 7 years ago

purpleP commented 7 years ago

Maybe something like adding ensure_ascii parameter into message kwargs or some other way.