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
throw er; // Unhandled 'error' event
^
RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and <= 4294967295. Received 4_294_967_304
at checkInt (node:internal/buffer:74:11)
at writeU_Int32BE (node:internal/buffer:804:3)
at Buffer.writeUInt32BE (node:internal/buffer:817:10)
at TypeDesc.write (/app/node_modules/rhea/lib/types.js:180:60)
at types.Writer.write_fixed_width (/app/node_modules/rhea/lib/types.js:780:14)
at types.Writer.write_value (/app/node_modules/rhea/lib/types.js:826:14)
at types.Writer.write (/app/node_modules/rhea/lib/types.js:818:14)
at types.Writer.write_compound (/app/node_modules/rhea/lib/types.js:853:18)
at types.Writer.write_value (/app/node_modules/rhea/lib/types.js:830:14)
at types.Writer.write (/app/node_modules/rhea/lib/types.js:818:14)
Emitted 'error' event on Container instance at:
at Container.dispatch (/app/node_modules/rhea/lib/container.js:41:33)
at Connection.dispatch (/app/node_modules/rhea/lib/connection.js:262:40)
at Connection.output (/app/node_modules/rhea/lib/connection.js:527:18)
at Connection._write_frame (/app/node_modules/rhea/lib/connection.js:778:10)
at Session.output (/app/node_modules/rhea/lib/session.js:488:21)
at Session._write_flow (/app/node_modules/rhea/lib/session.js:677:10)
at link._process (/app/node_modules/rhea/lib/link.js:125:26)
at Session._process (/app/node_modules/rhea/lib/session.js:649:27)
at Connection._process (/app/node_modules/rhea/lib/connection.js:768:32)
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_OUT_OF_RANGE'
}
The text was updated successfully, but these errors were encountered:
Hi, thanks for the library ! I got below error when using with rabbitmq 4
The text was updated successfully, but these errors were encountered: