From ce68befbef5860d28d907671acce0f3fb37e7779 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 24 Apr 2026 00:40:49 +0200 Subject: [PATCH] add senderId as param for createReliableChannel func --- standards/application/reliable-channel-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 7499c05..d827c7e 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -254,6 +254,9 @@ functions: - name: channelConfig type: ReliableChannelConfig description: "Configuration for the channel." + - name: senderId + type: string + description: "An identifier for this sender. SHOULD be unique and persisted between sessions." returns: type: result