Skip to content

Commit

Permalink
优化tcpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
longqingzhao committed Feb 16, 2019
1 parent 20ae358 commit 3e9d151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion onlinecrash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.2"
versionName "1.7"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ public void release() {
nioResponse = null;
selector.close();
sc.close();
selector = null;
sc = null;
} catch (IOException e) {
Log.e(TAG, "release", e);
}
Expand Down

0 comments on commit 3e9d151

Please sign in to comment.