jameshartig commented on PR #1866: URL: https://github.com/apache/cassandra-gocql-driver/pull/1866#issuecomment-2766356297
When the context is cancelled because it had a deadline, we aren't calling `c.handleTimeout`. We probably need to check the context error and if it had a deadline when `<-ctxDone` and then call `c.handleTimeout`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

