v0.2.2
版本发布时间: 2016-04-25 15:56:44
meng-tian/async-soap-guzzle最新发布版本:v0.4.1(2022-11-22 06:23:08)
Fix bugs in callAsync implementation (https://github.com/meng-tian/async-soap-guzzle/issues/4)
- add check for hasResponse: if response is not received, the request exception should be rethrown.
- move response parsing from finally block and only parse response when response is safely received.
- finally block only responsible for releasing stream resources.