Closed
Description
Describe the bug
Similar to:
When Load Balancer mode is activated the open connections in
https://github.com/rabbitmq/rabbitmq-stream-rust-client/blob/main/src/producer.rs#L144
Are never closed in the .close() method letting connections open.
Same for Consumer
Reproduction steps
- You can check the example in:
Implement super_stream #232
Expected behavior
All connections should be closed when .close connection is invoked.
Additional context
No response