From b9e206c28633c174b0d5acbc8169578c3d92b363 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Tue, 11 Feb 2025 19:37:53 +0100 Subject: [PATCH] skip Size() for now --- process/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/message.go b/process/message.go index e6bbb852..956a9eaf 100644 --- a/process/message.go +++ b/process/message.go @@ -214,7 +214,7 @@ type MessageBody interface { ProtoMessage() Reset() String() string - Size() int + // Size() int } // DecodeMessage decodes raw message bytes into a specific type that satisfies