vaas icon indicating copy to clipboard operation
vaas copied to clipboard

PHP goes async

Open GermanCoding opened this issue 1 year ago • 1 comments

GermanCoding avatar May 07 '24 15:05 GermanCoding

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)

GermanCoding avatar May 08 '24 12:05 GermanCoding

This https://github.com/GDATASoftwareAG/vaas/pull/592 should do everything, this PR wanted to do

unglaublicherdude avatar Sep 04 '24 10:09 unglaublicherdude