Skip to content

Commit 000c990

Browse files
authored
fix: remove some code (#515)
1 parent 6dd8c10 commit 000c990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SkyApm.Core/Transport/AsyncQueueSkyApmLogDispatcher.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ public Task Flush(CancellationToken token = default)
8484
_loggerReporter.ReportAsync(loggers, token);
8585
}
8686

87-
Interlocked.Exchange(ref _offset, _segmentQueue.Count);
88-
8987
return Task.CompletedTask;
9088
}
9189
public void Close()

0 commit comments

Comments
 (0)