chore(deps): Bumps xunit to 3.0, serialization generator to 2.12.18, high performance to 8.4, and mailkit to 4.9 (#2032)

This commit is contained in:
Kamron Batman 2024-12-27 12:56:41 -08:00 committed by GitHub
parent e8a199e498
commit 60b97f80d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 14 deletions

View file

@ -37,8 +37,8 @@ public static class TcpServer
public static void Start()
{
HashSet<IPEndPoint> listeningAddresses = new HashSet<IPEndPoint>();
List<Socket> listeners = new List<Socket>();
HashSet<IPEndPoint> listeningAddresses = [];
List<Socket> listeners = [];
foreach (var ipep in ServerConfiguration.Listeners)
{
var listener = CreateListener(ipep);