RockNHawk commented on issue #894: URL: https://github.com/apache/lucenenet/issues/894#issuecomment-2445856324
If this only occurs on .NET Core, not on .NET Framework, may the key is `Thread.Abort()` removed in .NET Core, emm... that means the application have to change the design, use the `CancellationToken` to cancel the operation, and catch the `OperactionCancelledException` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org