0

I am trying to perform multiple queries using shim.GetQueryResults API using goroutines simultaneously. But it's failing but when I do that normally without goroutines sequentially its working properly. Any thoughts?

AnanthJK
  • 11
  • 1

1 Answers1

0

Tried to use GetQueryResults inside a goroutine. Failed every time I tired. Also tried GetState inside GoRoutine. It failed as well.

AnanthJK
  • 11
  • 1