assembleFrameReq: fix bug where we don't CB before ret
This commit is contained in:
@@ -474,7 +474,10 @@ public:
|
||||
SpinLock::Guard lock(context->engine.isAssemblingLock);
|
||||
|
||||
if (!context->engine.isAssembling)
|
||||
{ return; }
|
||||
{
|
||||
context->callOriginalCallback(false, context->loop);
|
||||
return;
|
||||
}
|
||||
|
||||
// Set timer fired flag
|
||||
context->timerFired.store(true);
|
||||
|
||||
Reference in New Issue
Block a user