ngCable
ngCable copied to clipboard
Errors on ping messages.
I use rails-5.0.0beta4.
I've got this error:
Uncaught TypeError: Cannot read property 'received' of undefined
in
Cable.Subscriptions.Subscriptions.notify
- action-cable.js:353
message
- action-cable.js:122
I happens probably when server send messages with ping but there is no channel identifier in data property (i checked 'MessageEvent' object).
+1