From aad9974729d9dc2fd4e4e96923b6feb8bfbdf2e5 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Thu, 26 Mar 2026 22:15:30 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20compact=20fibp=20op=20codes=20?= =?UTF-8?q?=E2=80=94=20redrive=200x14,=20config=5Fset=200x15,=20config=5Fg?= =?UTF-8?q?et=200x16,=20config=5Flist=200x17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/transport.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/transport.ts b/src/transport.ts index d3189ff..b4ace50 100644 --- a/src/transport.ts +++ b/src/transport.ts @@ -28,9 +28,10 @@ export const Op = { DELETE_QUEUE: 0x11, QUEUE_STATS: 0x12, LIST_QUEUES: 0x13, - PAUSE_QUEUE: 0x14, - RESUME_QUEUE: 0x15, - REDRIVE: 0x16, + REDRIVE: 0x14, + CONFIG_SET: 0x15, + CONFIG_GET: 0x16, + CONFIG_LIST: 0x17, // Flow / keepalive FLOW: 0x20,