benjamin-hodgson / asynqp

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

publish does not guarantee delivery, and socket error is not raised to be handled by application #106

Open hritik09 opened 6 years ago

hritik09 commented 6 years ago

[WARNING] asyncio(755): socket.send() raised exception.

fireflystorm commented 3 years ago

I also observe quite frequent connection issues where no exception is thrown when a message is published, however, in reality the publish failed. I understand that RabbitMQ has publisher confirms but that does not seem to be implemented in asynqp so far... Is the project alive as there have been no code merges for over 2 years?