Commit d742dff7 by sikang

bug fix

parent 22a6777c
......@@ -90,7 +90,7 @@ public class UploadManager {
}
//开始上传
startUpload(infos, sessionId);
PreferencesManager.get().saveSessionId("");
return true;
}
})
......@@ -161,7 +161,7 @@ public class UploadManager {
//发送上传结束指令
sendControlCommand(os, "CLOSE", sessionId, " datas.size=" + datas.size());
PreferencesManager.get().saveSessionId("");
} catch (IOException e) {
e.printStackTrace();
uploadException(e, e.getMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment