mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 17:45:34 +08:00
fix finalReply not working
This commit is contained in:
@@ -112,7 +112,7 @@ class Context implements ContextInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function finalReply($msg, $yield = false) {
|
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;
|
if ($msg == "") return true;
|
||||||
return $this->reply($msg, $yield);
|
return $this->reply($msg, $yield);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user