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 seems like this timeout is never cleared/cancelled, it's executed for every socket message being send. This is resulting in a rejectAfterPromiseResolved error because the promise is already resolved/rejected somewhere.
It seems like this timeout is never cleared/cancelled, it's executed for every socket message being send. This is resulting in a
rejectAfterPromiseResolved
error because the promise is already resolved/rejected somewhere.Timeout:
nakama-js/packages/nakama-js/socket.ts
Line 1029 in eac3ac8
Where it's resolved/rejected (not confirmed):
nakama-js/packages/nakama-js/socket.ts
Line 831 in eac3ac8
Not sure what the best fix is yet, but can investigate more if needed.
The text was updated successfully, but these errors were encountered: