This commit is contained in:
snltty
2024-12-29 20:38:37 +08:00
parent 9ef71ce4cb
commit ec8e407cde
358 changed files with 5909 additions and 5231 deletions

View File

@@ -38,7 +38,7 @@ namespace linker.libs.api
server = new WebSocketServer();
try
{
server.Start(System.Net.IPAddress.Any, port);
server.Start( port);
}
catch (Exception ex)
{