mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

ChannelNumber doesn't work #42

Closed droidsyer closed 8 years ago

droidsyer commented 8 years ago

Exchanges and Queues are build with default parameter channelNumber = -1 , so it is incremented each new instance of it. If I try to set a fixed channelNumber, i.e. 1, this setting doesn't work as well:

No connection is established!

mbroadst commented 8 years ago

@droidsyer hey thanks for the bug report, I was away on vacation. The last commit should fix your issue, I've included a test for it