Closed gustawdaniel closed 3 years ago
@gustawdaniel would you mind making this easier to reproduce, maybe boiling it down to the least amount of code possible? As written, there are external dependencies being used and it's not clear how to reproduce your application or testing architecture.
Thank you for filing this issue. We asked some clarifying questions a while ago and never heard back from you. We are unable to proceed with this issue until then, so we are closing it. Please feel free to re-open this issue with more information.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
1) Is this a client library issue or a product issue? This is the client library problem.
2) Did someone already solve this?
No. This is error connected directly with this package.
3) Do you have a support contract?
No. I found
a) lack of documentation b) problem in source code
Environment details
Steps to reproduce
With function
And I have:
In loop function in source code there are unclosed promises that can not be catched or waited for out of initialize function.
To fix my test case I need to use:
but it is not ideal solution.