mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
修复监听不能正常关闭的bug
This commit is contained in:
parent
6ee0b57a73
commit
e6c2a197fe
|
@ -84,10 +84,7 @@ namespace FastTunnel.Core
|
|||
{
|
||||
try
|
||||
{
|
||||
if (ls.Connected)
|
||||
{
|
||||
ls.Shutdown(SocketShutdown.Both);
|
||||
}
|
||||
ls.Shutdown(SocketShutdown.Both);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user