modify
This commit is contained in:
@@ -426,9 +426,9 @@ class Server extends HttpService
|
|||||||
*/
|
*/
|
||||||
public function onBindCallback($server, $name, $callback)
|
public function onBindCallback($server, $name, $callback)
|
||||||
{
|
{
|
||||||
if ($server->getCallback($name) !== null) {
|
// if ($server->getCallback($name) !== null) {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
$server->on($name, $callback);
|
$server->on($name, $callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user