diff --git a/src/GodSharp.Socket/Tcp/TcpServer.cs b/src/GodSharp.Socket/Tcp/TcpServer.cs index 0b13269c7db1bb49a1471461d2595f210e0c9181..8bc0f80d0928a53df3ce3c14c41cea2b334f9073 100644 --- a/src/GodSharp.Socket/Tcp/TcpServer.cs +++ b/src/GodSharp.Socket/Tcp/TcpServer.cs @@ -1,4 +1,4 @@ -using GodSharp.Sockets.Abstractions; +using GodSharp.Sockets.Abstractions; using GodSharp.Sockets.Extensions; using GodSharp.Sockets.Tcp; using System; @@ -26,7 +26,7 @@ namespace GodSharp.Sockets public SocketEventHandler OnServerException { get; set; } - public TcpServer(TcpServerOptions options) => OnConstructing(options); + public TcpServer(TcpServerOptions options) => OnConstructing(options);为人体 public TcpServer(int port = 7788, string host = null, int backlog = int.MaxValue, AddressFamily family = AddressFamily.InterNetwork, string name = null, int id = 0) {