mirror of
https://github.com/snltty/linker.git
synced 2025-10-05 09:06:54 +08:00
QUicOverUdp
This commit is contained in:
@@ -51,7 +51,13 @@ namespace common.libs.extends
|
||||
}
|
||||
finally
|
||||
{
|
||||
socket.Close();
|
||||
try
|
||||
{
|
||||
socket.Close();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user