-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Labels
Description
Describe the bug
Method ExchangeDeclareAsync in "IChannelExtensions" calling itself instead of underlying method of "ExchangeDeclareAsync" in "IChannel" causing Stack overflow. It's because undelrying method have "passive bool" parameter which does not exist in public one.
Stack overflow.
Repeat 13845 times:
at RabbitMQ.Client.IChannelExtensions.ExchangeDeclareAsync(RabbitMQ.Client.IChannel, System.String, System.String, Boolean, Boolean, System.Collections.Generic.IDictionary`2<System.String,System.Object>)
Reproduction steps
call ExchangeDeclareAsync
Expected behavior
Method complete succesefully
Additional context
No response