-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
使用C# SDK调用SearchAsync方法程序卡住一直不返回 #68
Comments
不是返回空而是程序卡住了?能贴一下卡住的代码吗? |
@weianweigan 这个是我C#的代码,麻烦帮看一下是否有问题 `
` 调用 await collection.LoadAsync();方法也会挂起不返回任何,一直卡住,但是在attu中看是能正常load数据 |
我找到问题的原因了,因为我是在winform中调用Task异步方法,因为写法问题造成死锁了 |
可以试试 WPF+CommunityToolkit.Mvvm+IAsyncRelayCommand 来执行异步方法 |
Milvus.Client --version 2.2.2-preview.6
调用InsertAsync方法没有问题,调用Search和Query方法都会卡住不返回,我milvus服务端是用docker-compose启动的单节点版本
The text was updated successfully, but these errors were encountered: