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
I tried to run the minimal example, but it crashes with RangeError: Maximum call stack size exceeded in lib/manager.js:910 when sending a request. The same happens using the express server. It looks like Manager#handleRequest is called about 8000 times for a single request. Then it crashes because of the call stack limit.
I tried to run the minimal example, but it crashes with
RangeError: Maximum call stack size exceeded
inlib/manager.js:910
when sending a request. The same happens using theexpress
server. It looks likeManager#handleRequest
is called about 8000 times for a single request. Then it crashes because of the call stack limit.socket.io
npm install:node -v
:The text was updated successfully, but these errors were encountered: