-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Admin websocket refactoring #83
Conversation
…nto admin_websocket
To summarize what have been done here: New option So to start Centrifugo with admin socket enabled:
But this will also enable admin socket handler (and additionally will serve web interface):
Also
Also web interface can now use only Also the work here is not complete because I think it will be good to add message queue for admin connection (like client's message queue) - but this does not affect old functionality so can be done later. |
Didn't look in great detail but overall it seems good. |
For #73