Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(package.json): update dependencies #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lvgg3271
Copy link

@lvgg3271 lvgg3271 commented Mar 8, 2017

There will be an error when the number of connections reaches a certain number.

&yet -- signal master is running at: http://localhost:8888
/opt/signalmaster/node_modules/ws/lib/Receiver.js:386
    default: srcBuffer.copy(dstBuffer, dstOffset, 0, length); break;
                       ^

RangeError: out of range index
    at RangeError (native)
    at fastCopy (/opt/signalmaster/node_modules/ws/lib/Receiver.js:386:24)
    at Receiver.add (/opt/signalmaster/node_modules/ws/lib/Receiver.js:86:3)
    at Socket.realHandler (/opt/signalmaster/node_modules/ws/lib/WebSocket.js:800:20)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:176:18)
    at Socket.Readable.push (_stream_readable.js:134:10)
    at TCP.onread (net.js:548:20)

There will be an error when the number of connections reaches a certain number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant