Fix publish of presence messages does not respect maxMessageSize
from ConnectionDetails
#1960
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
See https://sdk.ably.com/builds/ably/specification/main/features/#RSL1i and https://sdk.ably.com/builds/ably/specification/main/features/#TO3l8, presence actions should be checked for exceeding
maxMessageSize
just like regular messages here:ably-js/src/common/lib/client/realtimechannel.ts
Lines 243 to 254 in f8047f6
current behavior:
presence message which exceeds
maxMessageSize
is published and NACKed withMaximum message length exceeded
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: