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:
parent
e8a199e498
commit
60b97f80d8
7 changed files with 10 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue