We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For driver version 1.4 we need to implement async request functionality described here:
The text was updated successfully, but these errors were encountered:
Small update. It turns out, this one needs a lot more work than expected.
With the current structure of the client there need to be a lot of changes in several classes, to make it work.
So, there are two approaches to it.
leave this functionality for the "Core" version which is kind of very slowly developing at the moment. No ETA on that, sorry.
Implement this functionality here. This will need changes in almost all classes, unless I am missing something.
Sorry, something went wrong.
bump! this feature have any update ?
No branches or pull requests
For driver version 1.4 we need to implement async request functionality described here:
The text was updated successfully, but these errors were encountered: