From e8c129b39de3da8fdf296e7401616b945f649f6d Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:42:50 -0800 Subject: [PATCH] fix: Bumps PollGroup to fix socket migrations and optimize for Windows 10+ (#2312) ### Summary * Fixes migration a socket from one poll group to another * Fixes epoll/wepoll incompatibility * Updates minimum support to Windows 10+ (Server 2019+) * Enhances performance by supporting synchronous IOCP completions when available (up to 30% increase in performance). --- Projects/Server/Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 69e25f398..84541d410 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -36,7 +36,7 @@ - +