We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b294fd commit d8d4b83Copy full SHA for d8d4b83
src/OpenTelemetry/BatchExportProcessor.cs
@@ -240,7 +240,7 @@ private void ExporterProc()
240
}
241
catch (ObjectDisposedException)
242
{
243
- // the exporter is somehow disposed before the worker thread finishing its job
+ // the exporter is somehow disposed before the worker thread could finish its job
244
return;
245
246
@@ -259,7 +259,7 @@ private void ExporterProc()
259
260
261
262
263
264
265
0 commit comments