Nikita Nelson
Results
2
comments of
Nikita Nelson
@Lancetnik assign
I did a little research and reproduced this behavior by breaking the FastStream [rabbit connection close method](https://github.com/airtai/faststream/blob/main/faststream/rabbit/broker/broker.py#L494). Here is code snippet: ```python class RabbitBroker( # ... ): # ... async...