提交代码
This commit is contained in:
@ -18,7 +18,7 @@ namespace WebApi
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
||||
|
||||
WebSoceketManager.InitWebSocket();
|
||||
//LocalStatic.wCSTcpCleint = new WCS.BLL.TCPClient("127.0.0.1:20002");
|
||||
//LocalStatic.wCSTcpCleint.Send(new byte[] { 0x08, 0x00, 0x00, 0x11, 0x12, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 });
|
||||
|
||||
@ -28,7 +28,9 @@ namespace WebApi
|
||||
|
||||
TCPClientManager.InitTcpClient();
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
//// <20><><EFBFBD><EFBFBD>Kestrel
|
||||
//builder.WebHost.ConfigureKestrel((context, options) =>
|
||||
//{
|
||||
|
Reference in New Issue
Block a user