We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was copied over from ratchetphp/Ratchet#703 (originally reported by @mshamaseen)
In ratchet document for http://socketo.me/docs/sessions#wrapped it says wrapped by WsServer, whereas it's actually Wrap the WsServer not wrapped by it.
the wraps should be like this:
IoServer::factory( new HttpServer( new SessionProvider( new WsServer( new Chat() ), new Handler\MemcachedSessionHandler($memcached) ) ), 6502 );
please update the document as it take me a hole week to figure this out ..
The text was updated successfully, but these errors were encountered:
maybe suggest a pull request
Sorry, something went wrong.
No branches or pull requests
This was copied over from ratchetphp/Ratchet#703 (originally reported by @mshamaseen)
In ratchet document for http://socketo.me/docs/sessions#wrapped it says wrapped by WsServer, whereas it's actually Wrap the WsServer not wrapped by it.
the wraps should be like this:
please update the document as it take me a hole week to figure this out ..
The text was updated successfully, but these errors were encountered: