Browse Source

call controller.Stop() when application exit

tags/2.3
Gang Zhuo 10 years ago
parent
commit
f1c821a9cd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      shadowsocks-csharp/Program.cs

+ 2
- 0
shadowsocks-csharp/Program.cs View File

@@ -45,6 +45,8 @@ namespace Shadowsocks
controller.Start();
Application.Run();
controller.Stop();
}
}
}


Loading…
Cancel
Save