We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b746339 commit ecb0771Copy full SHA for ecb0771
csharp/src/Drivers/Databricks/DatabricksOperationStatusPoller.cs
@@ -101,7 +101,7 @@ public void Dispose()
101
try
102
{
103
if (_operationStatusPollingTask != null)
104
- _operationStatusPollingTask?.GetAwaiter().GetResult();
+ _operationStatusPollingTask?.ConfigureAwait(false).GetAwaiter().GetResult();
105
}
106
catch (OperationCanceledException)
107
0 commit comments