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

Breaking Rails ActionCable websockets #411

Open
neohunter opened this issue May 9, 2017 · 1 comment
Open

Breaking Rails ActionCable websockets #411

neohunter opened this issue May 9, 2017 · 1 comment

Comments

@neohunter
Copy link

I'm not sure if this is the best place to report this.

I've a rails testing application I was using to learn about websockets using ActionCable. It was not working if I used pace, I tried with different versions and also the version on master.

If i modify the pace.coffee script setting trackWebSockets to false, the ActionCable works.

ajax:
    # Should we track web socket connections?
    trackWebSockets: false

If it's set to true, ActionCable does not work (the connection is established but the client never subscribe to the channel.

@neohunter neohunter changed the title Breaking Rails ActionCable Breaking Rails ActionCable websockets May 9, 2017
@wuboy0307
Copy link

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