Skip to content

Add transport.getDataChannelMaxMessageSize()#372

Merged
ibc merged 1 commit intov3from
add-transport-get-datachannel-max-message-size-method
Apr 30, 2026
Merged

Add transport.getDataChannelMaxMessageSize()#372
ibc merged 1 commit intov3from
add-transport-get-datachannel-max-message-size-method

Conversation

@ibc
Copy link
Copy Markdown
Member

@ibc ibc commented Apr 30, 2026

Details

  • In a send Transport it returns the maximum DataChannel message size that it can send.
  • In a receive Transport it returns the maximum DataChannel message size that it can receive.
  • Note that it can return undefined (if DataChannels is not enabled).

# Details

- In a send `Transport` it returns the maximum DataChannel message size that it can send.
- In a receive `Transport` it returns the maximum DataChannel message size that it can receive.
- Note that it can return `undefined` (if DataChannels is not enabled).
@ibc ibc requested a review from jmillan April 30, 2026 11:08
@ibc ibc merged commit 8641d2c into v3 Apr 30, 2026
6 checks passed
@ibc ibc deleted the add-transport-get-datachannel-max-message-size-method branch April 30, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants