add senderId as param for createReliableChannel func

This commit is contained in:
Ivan FB
2026-04-24 00:40:49 +02:00
parent b03f1b8f24
commit ce68befbef
@@ -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<ReliableChannel, error>