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
Maximum message size: 256KB
Incoming messages that exceed these quotas will be rejected and an exception will be received by the calling code.
So, what if a user of SocketIO uses our module and tries to send a big message? Or if a lot of small messages get batched together to be a big single batch? Some thoughts:
If the batch is too big, split it up until it fits.
If an individual message is too big break it up until it fits.
The text was updated successfully, but these errors were encountered:
Dev Estimate: 8
Test Estimate: 3
The Service Bus docs say this:
So, what if a user of SocketIO uses our module and tries to send a big message? Or if a lot of small messages get batched together to be a big single batch? Some thoughts:
The text was updated successfully, but these errors were encountered: