highlyunavailable

Results 19 comments of highlyunavailable

> * The script used to repro the error Any script with invalid syntax works. An example is: ```sql this_is_invalid; select @@version; ``` Save to invalid_example.sql. Run with: `mssql-cli --less-chatty...

That's a good idea as well. I do need to clean up the tests and get them working for monodevelop.

Hi, Thanks for reporting this. Can you let me know if you use cURL to request the same URL from Consul, does it report back in 200ms-ish or is it...

Turns out when you burn out it's pretty hard to work on personal projects too. :) I'll see what I can do and everything should work fine against 0.9 servers,...

I get emails. :)

Thanks for submitting this. There is a bug here, but it's not quite what you suggested. Instead of `qOpts.WaitTime -= elapsed;`, that line should read `qOpts.WaitTime = Opts.LockWaitTime - elapsed;`...

It looks like the timeout there is getting formatted as ms, probably a bug in the code that converts a timespan to a go duration string. Check out https://github.com/PlayFab/consuldotnet/blob/master/Consul/Utilities/Extensions.cs if...

Let me guess, `HttpClient` has to have the message handler passed at construction time, doesn't it? There have been so many edge cases around this with people wanting custom clients,...

It probably is a tasks issue, given what I've seen of "hangs" from this. How thread or task heavy is your application? Could you be using up all threads available...