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 was archived by the owner on Aug 18, 2020. It is now read-only.
I have a React Native app running with
@pusher/chatkit-clientv1.2.2When I run it locally in development and I have forgotten to start the Token provider server, I get this a
Unhandled Promise Rejectionerror.Shouldn't this code catch a
connect()Promise rejection?or do I need to something with the
TokenProviderclass constructor?