This commit is contained in:
2020-12-15 17:02:43 +08:00
parent b54710f2a3
commit 4699ca29af
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -121,7 +121,6 @@ class Annotation extends Component
$names[$attribute->getName()] = $this->instance($attribute);
}
var_dump($reflect->getName(), $method->getName());
$tmp['handler'] = [$object, $method->getName()];
$tmp['attributes'] = $names;
+1
View File
@@ -99,6 +99,7 @@ class OnHandshake extends Callback
$router = Snowflake::app()->getRouter();
$node = $router->search(Socket::HANDSHAKE . '::event', 'sw:socket');
var_dump($node);
if ($node === null) {
return $this->disconnect($response, 502);
}