Missing CAF here: https://github.com/PlayFab/consuldotnet/blob/master/Consul/KV.cs#L614 Causes deadlock when the call is made in a Sync context (i.e. caller blocks with `GetAwaiter().GetResult()`)
Missing CAF here:
https://github.com/PlayFab/consuldotnet/blob/master/Consul/KV.cs#L614
Causes deadlock when the call is made in a Sync context (i.e. caller blocks with
GetAwaiter().GetResult())