Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add limits for batch request size #17

Open
jcookems opened this issue Feb 12, 2013 · 0 comments
Open

Add limits for batch request size #17

jcookems opened this issue Feb 12, 2013 · 0 comments
Labels
Milestone

Comments

@jcookems
Copy link

Dev Estimate: 8
Test Estimate: 3

The Service Bus docs say this:

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:

  1. If the batch is too big, split it up until it fits.
  2. If an individual message is too big break it up until it fits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant