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:
parent
ee2cd1d18d
commit
e8c129b39d
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue