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
In #516, we pull the ping client into the cache client and expose ping as a cache client method for the Web SDK. The same needs to be done for the nodejs SDK, and the functionality needs to be extended for both SDKs such that the ping client is lazy-loaded when it is accessed instead of being instantiated when the cache client is. More details are available in the linked PR comments.
The text was updated successfully, but these errors were encountered:
In #516, we pull the ping client into the cache client and expose
ping
as a cache client method for the Web SDK. The same needs to be done for the nodejs SDK, and the functionality needs to be extended for both SDKs such that the ping client is lazy-loaded when it is accessed instead of being instantiated when the cache client is. More details are available in the linked PR comments.The text was updated successfully, but these errors were encountered: