Error while access in cursor using go-ora

I am using go-ora to read cursor in oracle.
code working fine with single request
but when load is applied i am facing issues

Documented the error in github please check out issue for more info

Appreciate the help

it seems there is no data when executing that query. Check in your datase client to be sure data is found

1 Like

yes, it seems a go routine trying to access the cursor which is not present
that why the err is thrown
i tried adding mutex then the error is not happening, but i am facing timeout issue since the request are stacked due to the lock