From 2a315185b26a8b066050ce2bb7dfaff6c5f00511 Mon Sep 17 00:00:00 2001 From: Christos Date: Thu, 21 Aug 2025 17:03:53 +0300 Subject: [PATCH] .NET 9 Compatibility --- VDProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDProxy.cs b/VDProxy.cs index a5a2451..cc520e3 100644 --- a/VDProxy.cs +++ b/VDProxy.cs @@ -301,7 +301,7 @@ internal unsafe void Teardown() cancellationTokenSource.Cancel(); if (thread != null) - thread.Abort(); + thread.Interrupt(); cancellationTokenSource.Dispose();