mwalsher/actioncable-js

Is it compatible with rails(5.0.0.1)?

Closed this issue · 1 comments

We are creating video conference application and we use actioncable for transferring user data(identity) between backend and frontend. Recently we upgraded rails version(5.0.0beta3 to 5.0.0.1), after then we are getting the following error:

 Uncaught TypeError: Cannot read property 'received' of undefined

Thanks in advance.

I added a note to the top of the readme but will reiterate here. The Rails team has an official NPM package for ActionCable: https://www.npmjs.com/package/actioncable#npm-usage.