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
run it like this, it works without any problems, but when you connect to http://localhost:3900, the following message occurs after about 3 to 5 seconds.
D:\Project\socket\node_modules\@socket.io\redis-adapter\dist\index.js:615reject(newError("timeout reached while waiting for fetchSockets response"));^
Error: timeoutreachedwhilewaitingforfetchSocketsresponseatTimeout._onTimeout(D:\Project\socket\node_modules\@socket.io\redis-adapter\dist\index.js:615:28)atlistOnTimeout(node:internal/timers:564:17)atprocessTimers(node:internal/timers:507:7)
hello.
I am configuring a socket.io server using pm2 and redis-adapter.
I'm using express to bring up the admin ui on the same port as socket.io.
run it like this, it works without any problems, but when you connect to http://localhost:3900, the following message occurs after about 3 to 5 seconds.
https://admin.socket.io <- this url is Same.. the server crashes.
What's the problem? 😢
npm version
The text was updated successfully, but these errors were encountered: