Awesome

Results 37 comments of Awesome

Hi @bgrainger with the new updates, since the connectionreset is being done in the background, would there be any PING at the Open?

@bgrainger with the new implementation of OpenAsync in 1.30+, how come the OpenNoResetAsync is much faster than OpenAsync? If the reset of connection happens in the background then there would...

@bgrainger thank you, It looks like we are not using create temporary table and we dont set variables locally or globally like SET @name = 43; SET @total_tax = (SELECT...

Any updates about this enhancement? :D +1

Hii @bgrainger, our team would also be interested in this feature. This feature is very important for us, since we are using multiple slave for our read. Right now we...

@bgrainger you don't need to adopt the entire ProxySQL feature inside this library, the ideal would be like the MongoDB C# Driver, whereas: - the driver can auto detect unhealthy...

This will be better :D so that we won't need to use any httpclientfactory.

Hey hopefully, the current overload method will still remain where we can pass our own httpclient :) even though if this approach has been implemented

Thats cool! Is that the only breaking changes? I think we are good with that, we don't have any dependency on the exception being thrown since we just log it...