-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
maintenanceDependencies or other issues not bugs or featuresDependencies or other issues not bugs or features
Description
First we need to complete #1579 (upgrade to Ruby 3.3)
Rails 7.2 has made a nice improvement to ActionCable that we were previously working around: they now record a ping on every message: rails/rails@2a71de9. This is also noted in their release notes.
They also changed the name from recordPing
to recordMessage
so we'll have to remove all our instances of recordPing
(since they're doing this now).
Metadata
Metadata
Assignees
Labels
maintenanceDependencies or other issues not bugs or featuresDependencies or other issues not bugs or features