Well I would like all users on /foos/:id to be able to view the resource change depending on another's actions where only one user is active at a time, but their view would also be active.
In another way One active users form submission would be processed and broadcast to all users on that resource including the submitting user.
@raen79 so there is an issue with encoding a Marshal dump to json with an active record model. I have been trying to figure this out but I'm not the best with string encoding. Maybe someone else here has some thoughts.
issue: raen79/fie#27
subscription
but I did not see it.ActionCable::Channel::Base
and not ApplicationBase
doing anything in ApplicationConnection
becomes a mute point as I understand we can set identifiers aka current_user and also authorize connections. Why not inherit from ApplicationChannel
current_user
as an ivar would work, but it does not.