Juan José Ramírez Calderón

Results 15 comments of Juan José Ramírez Calderón

I have a problem in Android. It works when working in development with `ws://localhost:3000/cable` but does not work with `wss://myapp.com/cable`. Just in android. Is this related?

My problem was resolved with Action Cable configuration on the Rails side.

@jorgeants @masudhossain sorry for the late response. I had no problems using this lib with rails, besides this issue. This config helped me: Development: ``` # config/environments/development.rb config.action_cable.mount_path = '/cable'...

Is it solved? I have the same problem @fractaledmind pointed. (Rails 5.1 btw) This causes TypeError. no implicit conversion of nil into String ``` ``` This works: ``` ```