Shannon Klaus

Results 14 comments of Shannon Klaus

@ogxd @verdie-g Sorry for the delay. I would like to proceed with testing this and possibly getting it merged for the next release, pending the testing. Can you two resolve...

We like this idea. We will put it in our next release, pending our testing of it

Yes, I am still planning on including this at some point, it has been out prioritized by other features, but it is still on my radar

Can you tell me what server version you were using? I ran a test using server EE 7.0.0 and C# client version 7.0.1 and I am unable to replicate the...

MaxRecords is supported by the server starting in EE 6.0.0. I tested with EE 6.0.0 and C# client 5.3.2 and MaxRecords is working for me, so I recommend upgrading to...

Yes, we can have an API like this in the async awaitable client. Thanks for bringing this to my attention.

I am in the process of changing the client to be async awaitable. I will keep your concerns in mind when I revisit the tendThread and Cluster.Run.

I expect to have time to look at this in the next two weeks or so. I don't currently know of an easy place to Dispose or set the status...

A few questions for you: 1. Disposing of the `span` is a bit more complex than just one place. As you noted, `Finish` is only called on command success. A...

I'm not really sure what you mean by central place. If you mean "is there one place to set the status_code?", the answer is no. As I stated, `ParseHeader` covers...