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).
This commit is contained in:
Kamron Batman 2026-01-08 21:42:50 -08:00 committed by GitHub
parent ee2cd1d18d
commit e8c129b39d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@
<ProjectReference Include="..\Logger\Logger.csproj" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.2.120" />
<PackageReference Include="PollGroup" Version="1.6.1" />
<PackageReference Include="PollGroup" Version="1.7.1" />
<PackageReference Include="System.IO.Hashing" Version="10.0.1" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.14.0" />