Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/AMQP-CPP
This commit is contained in:
commit
42514e80db
|
|
@ -120,7 +120,7 @@ Deferred &ChannelImpl::push(Deferred *deferred)
|
|||
Deferred &ChannelImpl::push(const Frame &frame)
|
||||
{
|
||||
// send the frame, and push the result
|
||||
return push(new Deferred(send(frame)));
|
||||
return push(new Deferred(!send(frame)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue