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
Now that we are managing most of the client connections within WebSocket pools, we should see if we can repurpose Subscribe(...) and GetSubscribers(...) (and a few others from the caching service) to either minimally interact with Redis to make this more distributed in nature. Or, maybe we can just entirely get rid of them... 🤔
The text was updated successfully, but these errors were encountered:
Now that we are managing most of the client connections within WebSocket pools, we should see if we can repurpose
Subscribe(...)
andGetSubscribers(...)
(and a few others from the caching service) to either minimally interact with Redis to make this more distributed in nature. Or, maybe we can just entirely get rid of them... 🤔The text was updated successfully, but these errors were encountered: