Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试同时使用 goroutines 使用 shim.GetQueryResults API 执行多个查询。但是它失败了,但是当我在没有 goroutines 的情况下正常执行此操作时,它可以正常工作。有什么想法吗?
尝试在 goroutine 中使用 GetQueryResults。每次累了都失败。还尝试了 GoRoutine 中的 GetState。它也失败了。