We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RangeError: Maximum call stack size exceeded
Reproduced on several different OSX and Linux machines with the following code.
server.coffee
io = require('socket.io').listen 8080 io.set 'log level', 0 io.sockets.on 'connection', (socket) -> socket.on 'ping', (data) -> socket.disconnect()
client.coffee
io = require 'socket.io-client' socket = io.connect '127.0.0.1:8080' socket.on 'connect', -> while true socket.emit 'ping'
Using:
socket.io v0.9.16
socket.io-client v0.9.11
The text was updated successfully, but these errors were encountered:
docs: add section about Debug / logging on the client side (#1278)
0c39f14
No branches or pull requests
RangeError: Maximum call stack size exceeded
Reproduced on several different OSX and Linux machines with the following code.
server.coffee
client.coffee
Using:
socket.io v0.9.16
socket.io-client v0.9.11
The text was updated successfully, but these errors were encountered: