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
It may be useful to have some sort of debugger / scanner of the cache to find unresolved references which are indicative of bugs. As a potential part of this implementation, we could find unresolved references of our hashset maps. We keep a map of guild IDs -> hashsets of channel IDs, and this potential debugger could perform a scan to ensure all of these channel IDs map to actual channels.
The text was updated successfully, but these errors were encountered:
It may be useful to have some sort of debugger / scanner of the cache to find unresolved references which are indicative of bugs. As a potential part of this implementation, we could find unresolved references of our hashset maps. We keep a map of guild IDs -> hashsets of channel IDs, and this potential debugger could perform a scan to ensure all of these channel IDs map to actual channels.
The text was updated successfully, but these errors were encountered: