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
{{ message }}
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Yes @gabmontes you are right. Socket.io is not yet fully implemented in this SDK. I want to have the same regular socket.io client API but using the cloud auth under the hood and make it transparent to the user. I will consider this when I finish the implementation.
The call to
authClient.accessToken()
expects to params and returns a promise:cloud-sdk/src/auth/index.js
Line 21 in 3f4e172
Actual code sends a callback:
cloud-sdk/src/insight/socket.js
Line 30 in 3f4e172
The text was updated successfully, but these errors were encountered: