fix finalReply not working

This commit is contained in:
whale
2020-05-10 18:31:44 +08:00
parent 5144bc2094
commit d9eca5d7b1

View File

@@ -112,7 +112,7 @@ class Context implements ContextInterface
}
public function finalReply($msg, $yield = false) {
ZMBuf::$context[$this->cid]["block_continue"] = true;
ZMBuf::$context[$this->cid]["cache"]["block_continue"] = true;
if ($msg == "") return true;
return $this->reply($msg, $yield);
}