This commit is contained in:
as2252258@163.com
2021-07-11 14:16:12 +08:00
parent bfb71139a5
commit efb231a765
+3 -3
View File
@@ -426,9 +426,9 @@ class Server extends HttpService
*/
public function onBindCallback($server, $name, $callback)
{
if ($server->getCallback($name) !== null) {
return;
}
// if ($server->getCallback($name) !== null) {
// return;
// }
$server->on($name, $callback);
}