Closed eebs closed 7 years ago
In https://github.com/ruby-amqp/bunny/pull/382 and https://github.com/ruby-amqp/bunny/pull/437 Session#create_channel got some additional arguments. This change allows calling of create_channel with additional arguments.
Session#create_channel
create_channel
Coverage remained the same at 100.0% when pulling a25dd38cc173f1994b1ab66eb30e89fdc99e0bf7 on eebs:session-create_channel-args into 09b5cb735f26c87d63664816d46247767e914b94 on arempe93:master.
Merged via 47592b - thanks for your contribution!
47592b
In https://github.com/ruby-amqp/bunny/pull/382 and https://github.com/ruby-amqp/bunny/pull/437
Session#create_channel
got some additional arguments. This change allows calling ofcreate_channel
with additional arguments.