vaas
vaas copied to clipboard
PHP goes async
Forget to document this yesterday, the following things are still TODO in this PR:
- protocol tests need to be updated
- Expose the async implementations in public APIs
- Fix failing test, check if new tests are needed
- Some smaller TODOs listed in code
- Consider reordering the arguments in Vaas class constructor as per linter suggestion (this PR already contains breaking changes)
- Document implicitly thrown exceptions (VaasServerException, VaasClientException)
This https://github.com/GDATASoftwareAG/vaas/pull/592 should do everything, this PR wanted to do