Description
If the send queue is full, operations are not sent and no error is reported back to sender
Code to reproduce: (irrelevant code removed)
// disable breaker to prevent it from opening due to timeouts
CircuitBreakerConfiguration.Default.Enabled = false;
var clusterOptions = new ClusterOptions()
;
var getOptions = new GetOptions().Timeout(TimeSpan.FromSeconds(100));
var collection = bucket.DefaultCollection();
try
ms : ");