Skip to content

Commit

Permalink
prefs: end the verify connection when using the multiple connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Aug 21, 2017
1 parent bf2bec1 commit 72f3fe2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ public void run() {
// single connection
fetchWithSingleConnection(firstConnectionTask.getProfile(), connection);
} else {
if (connection != null) {
connection.ending();
connection = null;
}
// multiple connection
statusCallback.onMultiConnection();
if (isResumeAvailableOnDB) {
Expand Down

0 comments on commit 72f3fe2

Please sign in to comment.