gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

it will lost a lot of message when publish very fast #131

Open ydf0509 opened 3 years ago

ydf0509 commented 3 years ago

if i use time.sleep(0.1) after every pubpish,it dosent lost message. if i dont write time.sleep after every publish ,it will lost lot of message. total num is less than i have published