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
Hello!
I am previous private_pub user and i'm stuck.
It seems, subscribe_to in Danthes does not activate channel, and my messages do not come through Dantes.
subscribe_to
The example about js.erb is outdated, and I do not understand how I must handle situation when I do not need callbacks, but plain JS execution...
The text was updated successfully, but these errors were encountered:
For some reason subscribe_to only signs the channel. You need to call the subscribe javascript function manually after subscribe_to
Something like this: <%= subscribe_to "/conversations/2" %> Afterwards, in javascript Danthes.subscribe("/conversations/2")
<%= subscribe_to "/conversations/2" %>
Danthes.subscribe("/conversations/2")
Sorry, something went wrong.
No branches or pull requests
Hello!
I am previous private_pub user and i'm stuck.
It seems,
subscribe_to
in Danthes does not activate channel, and my messages do not come through Dantes.The example about js.erb is outdated, and I do not understand how I must handle situation when I do not need callbacks, but plain JS execution...
The text was updated successfully, but these errors were encountered: