Month: April 2023
-
Rails 7 and Turbo Streams Subscribed Only to Focused Windows
When using streams to broadcast notifications it happens what it should: notification are broadcasted! Which means all open window that subscribed to the notification channel will get the message. This is most of the time the desired behavior, but not always. In our case, streams are used to notify the user of her last action…