0

I use socket.io

Error

RangeError: Maximum call stack size exceeded

when calling socket.disconnect();

1
  • 3
    You made a booboo, somewhere you have some sort of infinite loop adding to the call stack Commented Jan 18, 2014 at 15:01

1 Answer 1

1

This may help. Basically says to disable logging.

io.set('log level', false)

Didn't help in my case. I'm seeing this while emitting data and it's related to the has-binary-data dependency socket.io/node_modules/has-binary-data/index.js:42.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.