requiemofthesouls / pigeomail

✉️ Service which provides securely personal email addresses right in telegram
https://t.me/PigeomailBot
Apache License 2.0
6 stars 2 forks source link

Reopen RMQ connection if it's closed #29

Open requiemofthesouls opened 2 years ago

arvryna commented 2 years ago

in what scenario will this happen ? won't the library do the retry itself ?

requiemofthesouls commented 2 years ago

@arvryna I catched it when source address was empty, but it passed validation from receiver. Then tg_bot consumer just closed the channel. I also think library won't reopen connection if RMQ restarts. So need to research a little bit.

requiemofthesouls commented 2 years ago

@arvryna anyway I know how to implement it, so it just need to be done without research.

arvryna commented 2 years ago

okay cool