You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need to implement next features in application which is use faststream (RabbitMQ):
I need in some case force reconnection. How to do it?
On each connection I need to execute some code, let say I need to send something to RabbitMQ server.
I don't something like 'on_connect' hooks, etc.
I know how to do it without faststream ,but is it possible with faststream?
Not sure if it's a good solution to call some code on each reconnection. I see that callback executed on reconnection, but not sure if it will work on all cases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I need to implement next features in application which is use faststream (RabbitMQ):
I don't something like 'on_connect' hooks, etc.
I know how to do it without faststream ,but is it possible with faststream?
All reactions