Raymond Cypher
Raymond Cypher
I'm sorry you've encountered this issue. Could I get some more information about how you are connecting and running the query?
Looking at 1.3.1 the only thing that release added is a bug fix when handling query results. I'm not sure how it would affect creating a connection.
Thanks for raising this issue. We will look into it.
There's https://github.com/ybbus/httpretry Here's a page listing other similar packages: https://go.libhunt.com/httpretry-alternatives You could try running without retry and just use the pooled http client, though that's going to really cut down...
But as I said before. The operation/session are open until the client reads the entire result set or manually closes. So the server shouldn't be shutting down due to inactivity.