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
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).
The text was updated successfully, but these errors were encountered:
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
torecordMessage
so we'll have to remove all our instances ofrecordPing
(since they're doing this now).The text was updated successfully, but these errors were encountered: