Came across an interesting problem that I was hoping to get some help with.
Basically I have a query that receives a timestamp as an argument to control what information is returned. This argument will change in certain key situations.
I know the default Convex behavior is to create a new subscription for each set of arguments, but I don't want all these subscriptions active because those will consume too much data. Is there a way to close unwanted subscriptions?