-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
batch commands in 0.4.1 #75
Comments
@afirstenberg, batch is experimental at the moment is not faster than making individual requests alone. Could you use |
Yup, I'll probably be trying to implement it with async.parallel instead. I knew batch was a work in progress, but wanted to document the issue in case it helped document how to improve it. |
any progress on this issue? |
We've removed support for batch requests in version 1.0.0 so this is now a WONTFIX. |
Commands that are called using a direct command work, while using the same command with the batch commands fail.
For example, this function sets up a client mirror subscription command (in a module later required as "glass"):
Calling it directly using these commands appear to work:
err is null and result is set to the JSON representing the subscription:
Calling it using the following batch commands, however, don't:
the error that gets returned is
I've tried other combinations of the parameters to the call to list, but they don't appear to work any better.
The text was updated successfully, but these errors were encountered: