You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ably bills messages in 5KiB chunks. A message up to 5KiB counts as 1 message. A 50KiB message counts as 10 messages, and a 16KiB message counts as 4 messages.
This was true prior to v6, but is no longer true. Excess bandwidth is now a dimension in its own right.
See
docs/src/pages/docs/platform/pricing/message-counting.mdx
Line 31 in 003bb88
This was true prior to v6, but is no longer true. Excess bandwidth is now a dimension in its own right.