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

Warning: Deprecated sync method group.all(). Please use async version #307

Open
Keekuun opened this issue Feb 18, 2019 · 1 comment
Open

Comments

@Keekuun
Copy link

Keekuun commented Feb 18, 2019

How can I avoid this warning? But how can I use async version. Please help me.

@jonvuri
Copy link
Contributor

jonvuri commented Feb 18, 2019

@Keekuun Hi! Actually, it would appear that this warning is erroneous - there is no async version of group.all(), currently.

Rest assured that the synchronous, callback-accepting versions of methods that fire this warning will still work the same as their *Async counterparts that return Promises. The warnings are intended to encourage you to use the Promise versions, since that's what we are moving most of our libraries to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants