cody-greene / node-rabbitmq-client

RabbitMQ (0-9-1) client library with auto-reconnect & zero dependencies
MIT License
128 stars 9 forks source link

Invalid FRAME_END octet #63

Open T1MOXA opened 2 hours ago

T1MOXA commented 2 hours ago

runtime: bun.js: 1.1.12 rabbitmq-client: 5.0.0 and 4.6.0 rabbitmqctl version: 3.12.2

AMQPConnectionError: invalid FRAME_END octet: 208
  code: "FRAME_ERROR"

       at new AMQPError (/workspace/node_modules/rabbitmq-client/lib/exception.js:9:13)
       at new AMQPChannelError (:1:28)
       at new AMQPConnectionError (:1:28)
       at /workspace/node_modules/rabbitmq-client/lib/codec.js:606:40
cody-greene commented 2 hours ago

Please include sample code so I can reproduce this.

-------- Original Message -------- On 11/14/24 6:06 PM, T1MOXA wrote:

runtime: bun.js: 1.1.12 rabbitmq-client: 5.0.0 and 4.6.0 rabbitmqctl version: 3.12.2

AMQPConnectionError: invalid FRAME_END octet: 208 code: "FRAME_ERROR"

  at new AMQPError (/workspace/node_modules/rabbitmq-client/lib/exception.js:9:13)
  at new AMQPChannelError (:1:28)
  at new AMQPConnectionError (:1:28)
  at /workspace/node_modules/rabbitmq-client/lib/codec.js:606:40
  • values seems random 0,1,60,101,116, 208, etc...

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>