You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding on to this, it looks like Rails went with a different interface for this https://github.com/rails/solid_cable mainly because the PG NOTIFY system requires the data to be less than 8000 bytes so if you need to send larger payloads, you'd have to tell NOTIFY to send the record ID then do a separate fetch for it making things a lot more complex.
Looks like the Rails version supports this
https://guides.rubyonrails.org/action_cable_overview.html#postgresql-adapter
https://github.com/rails/rails/blob/main/actioncable/lib/action_cable/subscription_adapter/postgresql.rb
The text was updated successfully, but these errors were encountered: