From a9ec7aed68199c260a595f00e7d1d76d9fcc9a94 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Wed, 25 May 2022 17:02:52 +0000 Subject: [PATCH] Fix typo in connect impl --- connect/connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect/connect.go b/connect/connect.go index 00a1daa84..e5c544672 100644 --- a/connect/connect.go +++ b/connect/connect.go @@ -75,7 +75,7 @@ type Connection interface { // PayloadSize Returns the max payload size for a partitionable E2E // message - PayloadSize(payloadIndex uint) uint + PayloadSize() uint } // Callback is the callback format required to retrieve -- GitLab