ably / ably-cocoa

iOS, tvOS and macOS Objective-C and Swift client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
46 stars 25 forks source link

[ECO-4873] Max message size fix #1947

Closed maratal closed 4 months ago

maratal commented 4 months ago

Closes #1945 and #1946

maxMessageSize wasn't properly respected across the codebase. This fix adds different default values for production/sandbox and properly propogates appropriate value to calculation sites.