mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
🚀 update README.md and fix a bug.
This commit is contained in:
@@ -54,7 +54,7 @@ class WSMessageEvent extends ServerEvent
|
||||
];
|
||||
StatusParser::parse($response, $origin);
|
||||
if ($origin["func"] !== null)
|
||||
call_user_func($origin["func"], $response, $origin);
|
||||
call_user_func($origin["func"], $response, $origin, $conn);
|
||||
Cache::removeKey("sent_api", $req["echo"]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user