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
在使用工具的时候我发现源码使用了Result得到异步的结果,这个操作可能会导致死锁,是否可以在提供异步的版本的API? 如果有需求我可以PR一份
The text was updated successfully, but these errors were encountered:
我也碰到这个问题了。于是我自己魔改了一份返回 Task 和 IAsyncEnumerable 的。但是由于是工作时间魔改的,共享出去是会被公司追责的。
Sorry, something went wrong.
No branches or pull requests
在使用工具的时候我发现源码使用了Result得到异步的结果,这个操作可能会导致死锁,是否可以在提供异步的版本的API?
如果有需求我可以PR一份
The text was updated successfully, but these errors were encountered: