Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class "Bloatless\WebSocket\Examples\Application\Chat" not found #34

Closed
MasumNishat opened this issue Sep 3, 2021 · 1 comment
Closed

Comments

@MasumNishat
Copy link

Hello,

Maybe this is a composer.json problem,
Chat.php is available in respective location, but my application could not recognize that.
On the other hand, Bloatless\WebSocket\Application\StatusApplication is found and working fine.

Error

Class "Bloatless\WebSocket\Examples\Application\Chat" not found

at F:\Server\app\Console\Commands\webSocket.php:53
 49▕         $server->setMaxConnectionsPerIp(20);
 50▕
 51▕ // add your applications
 52▕         $server->registerApplication('status', StatusApplication::getInstance());
 ➜  53▕         $server->registerApplication('chat', Chat::getInstance());
 54▕
 55▕ // start the server
 56▕         $server->run();

Tnanks in advance.

@nekudo
Copy link
Collaborator

nekudo commented Mar 17, 2022

I can't reproduce this error.

@nekudo nekudo closed this as completed Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants