Hello,
I am getting a strange, intermittent exception with the current C# Driver (3.22) and the Session.Execute(PreparedStatement) method:
Exception message: Excepted ResultResponse, obtained Cassandra.Responses.SupportedResponse
(partial) Stack Trace:
at Cassandra.Requests.RequestExecution.ValidateResult(Response response)
at Cassandra.Requests.RequestExecution.HandleRowSetResult(Response response)
at Cassandra.Requests.RequestExecution.HandleResponse(IRequestError error, Response response, Host host)
I am using .NET 7, if that matters, and I need to update to .NET 8 ASAP.
Much of the code related to this is proprietary/confidential, but I can put together a generic example if needed.
Thanks in advance!