Error when unsubscribing from browser.ConvexClient query
We are using the browser.ConvexClient in a Hono app to listen to updates from Convex, as outlined below. While calling unsubscribe too many times, an error is triggered inside the Convex code.
How can I test if it's safe to call unsubscribe? Since unsubscribe returns void, I think it would be better if it just doesn't do anything rather than produce an error if I unsubscribe too often.
