Fix for issue #12
This commit is contained in:
parent
850252e1dd
commit
98aba8f638
|
|
@ -117,7 +117,7 @@ Deferred &ChannelImpl::push(Deferred *deferred)
|
||||||
Deferred &ChannelImpl::push(const Frame &frame)
|
Deferred &ChannelImpl::push(const Frame &frame)
|
||||||
{
|
{
|
||||||
// send the frame, and push the result
|
// send the frame, and push the result
|
||||||
return push(new Deferred(send(frame)));
|
return push(new Deferred(!send(frame)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue