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
Although the if(this.ackRequests.has(requestId)) condition in L510 is met and the function is successfully exited, combined with the following code, there may still be problems in some extreme cases? Maybe
If
requestId
does not exist inthis.requests
, but exists inthis.ackRequests
:socket.io-redis-adapter/lib/index.ts
Line 529 in cdb5535
L537 will have an exception:
socket.io-redis-adapter/lib/index.ts
Line 537 in cdb5535
The text was updated successfully, but these errors were encountered: