Description
Describe the bug
Sometimes when I click on a topic that I see listed in the dashboard, the list of subscriptions is blank. Then when i navigate back out to the index and refresh, that subscription is gone. It seems to be the act of viewing the topic refreshes the data or something?
Screen.Recording.2025-02-27.at.2.50.08.PM.mov
I am pretty sure these aren't just churning out while i'm looking at the page, because I can go back several pages and click on one to reproduce the behavior.
NOTE: we're using the Ably integration.
Versions
graphql
version: graphql-pro (1.29.2)
rails
(or other framework): 7.2.1
Steps to reproduce
- Click on various topics in the subscription index.
- Sometimes when you get onto the topics page, the page will be blank and have no subscriptions listed.
Expected behavior
The topic should not be listed if there are no longer subscribers
Actual behavior
The topic is appearing in the list despite having no subscribers (I think!)
Additional context
This may not be a huge problem, but I want to have confidence that the system is working properly and it's not attempting to send messages to old/unused topics.