-
Notifications
You must be signed in to change notification settings - Fork 67
How to set async option for individual method calls? #19
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
Comments
That isn't currently supported, but I would love to add it. Pull requests welcome! :) |
@nolanlawson Thanks for the response. I'll see what I can do. Happy new year! :) |
Ditto! |
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
Oups, sorry for the noise ... |
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
akofman
added a commit
to akofman/relational-pouch
that referenced
this issue
May 4, 2016
Has this issue been resolved in the meantime? |
In progress : #53 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the docs, it's possible to set async to true or false in the setSchema method:
But how can I set it to false for individual method calls like find?
For example:
The text was updated successfully, but these errors were encountered: