login works, but talking via tokens not ready
This commit is contained in:
@@ -14,6 +14,7 @@ use Symfony\Component\Routing\RequestContext;
|
||||
use Symfony\Component\Routing\Matcher\UrlMatcher;
|
||||
use ComCen\Http\LoginController;
|
||||
use ComCen\Http\RegisterController;
|
||||
use ComCen\Database\Handler;
|
||||
|
||||
class WebSocketServer implements MessageComponentInterface
|
||||
{
|
||||
@@ -69,6 +70,7 @@ $server = IoServer::factory(
|
||||
"0.0.0.0"
|
||||
);
|
||||
|
||||
Handler::getInstance()->init();
|
||||
echo "Server running on http://localhost:8080\n";
|
||||
|
||||
$server->run();
|
||||
Reference in New Issue
Block a user