-
Notifications
You must be signed in to change notification settings - Fork 104
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
help newbie #99
Comments
@artem-webdev hello!
Use config like this:
Or config like this:
Misconfiguration like this must be actually checked on Centrifugo start to prevent silent failures you experienced - I will try to add this check into Centrifugo server in future releases. |
I put the library through NPM connected in vuejs version with cdn earned |
I'm sorry, maybe I missed something but message recovery doesn’t work for me maybe something else needs to be installed in the client?
config server
|
Please describe what you expect to see and what you see instead |
from message recovery, I expect that when the subscriber falls off, after reconnecting he will receive missed messages |
The fix that does not allow to start Centrifugo without proper configuration of history already released so I think this can be closed. |
I can not understand why the subscription does not work
this code gives no errors and the subscription does not work
I can not understand what is the reason in centrifugo server or in centrifuge-js
here the server config it is very simple
run from the working directory
./centrifugo --admin
push example
there are no errors from the server side
The text was updated successfully, but these errors were encountered: