Browse Source

add comments about .net 4.0 crash

tags/2.3
clowwindy 10 years ago
parent
commit
3b2976950a
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      README.md
  2. +1
    -1
      shadowsocks-csharp/Controller/Local.cs

+ 3
- 0
README.md View File

@@ -20,6 +20,9 @@ For Windows 7 and older, please download Shadowsocks-win-x.x.x.zip.


For Windows 8.1 and newer, please download Shadowsocks-win-dotnet4.0-x.x.x.zip. For Windows 8.1 and newer, please download Shadowsocks-win-dotnet4.0-x.x.x.zip.


Notice there's a bug on .Net 4.0 version. If you encounter crashes, try using
.Net 2.0 version. Please help us resolve this issue if you have any clue.

### Usage ### Usage


1. Find Shadowsocks icon in notification tray 1. Find Shadowsocks icon in notification tray


+ 1
- 1
shadowsocks-csharp/Controller/Local.cs View File

@@ -314,7 +314,7 @@ namespace Shadowsocks.Controller
} }
else else
{ {
Console.WriteLine("bytesRead: " + bytesRead.ToString());
//Console.WriteLine("bytesRead: " + bytesRead.ToString());
this.Close(); this.Close();
} }
} }


Loading…
Cancel
Save