QUicOverUdp

This commit is contained in:
snltty
2024-05-30 16:21:11 +08:00
parent 839f6b38f0
commit 7d029ac1e2
18 changed files with 783 additions and 145 deletions

View File

@@ -51,7 +51,13 @@ namespace common.libs.extends
}
finally
{
socket.Close();
try
{
socket.Close();
}
catch (Exception)
{
}
}
}
}