Open
Description
- Check out @bording's project for ideas:
- Check out @mgravell's projects for ideas:
- Consider reducing API surface and maintenance obligation by removing convenience extension methods, and methods like
QueueDeclarePassive
- Ensure that channels (and, perhaps, connections) can be closed from event handlers, or, block those operations (Calling channel.CloseAsync from within AsyncEventingBasicConsumer handler causes deadlock #1567)