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

[question]Frequent service clientError Error: invalid status code: 12592 #946

Open
junthink opened this issue Mar 29, 2024 · 1 comment
Open
Labels

Comments

@junthink
Copy link

This is the stack

clientError Error: invalid status code: 12592
at Receiver.controlMessage (/data/www/prod/mqtt-server/node_modules/ws/lib/Receiver.js:414:22)
at Receiver.getData (/data/www/prod/mqtt-server/node_modules/ws/lib/Receiver.js:325:12)
at Receiver.startLoop (/data/www/prod/mqtt-server/node_modules/ws/lib/Receiver.js:165:16)
at Receiver.add (/data/www/prod/mqtt-server/node_modules/ws/lib/Receiver.js:139:10)
at Socket. (/data/www/prod/mqtt-server/node_modules/ws/lib/WebSocket.js:138:22)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:290:12)
at readableAddChunk (internal/streams/readable.js:265:9)
at Socket.Readable.push (internal/streams/readable.js:204:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23) {
type: 'error',
target: WebSocket {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
readyState: 3,
bytesReceived: 587,
extensions: null,
protocol: 'mqtt',
_binaryType: 'nodebuffer',
_finalize: [Function: bound finalize] { __ultron: 356 },
_closeFrameReceived: false,
_closeFrameSent: false,
_closeMessage: '',
_closeTimer: null,
_finalized: true,
_closeCode: 1002,
_receiver: null,
_sender: null,
_socket: null,
_ultron: null,
protocolVersion: 13,
_maxPayload: 104857600,
_isServer: true,
[Symbol(kCapture)]: false
}
}

@junthink junthink changed the title Frequent service clientError Error: invalid status code: 12592 [question]Frequent service clientError Error: invalid status code: 12592 Mar 31, 2024
@robertsLando
Copy link
Member

It seems to me this error comes from ws module and not aedes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants