client close socket

This commit is contained in:
chengdu 2019-07-13 18:24:11 +08:00
parent d73133267b
commit 9ee6e693fe

View File

@ -1756,6 +1756,10 @@ public class StorageClient {
return trackerServer.isAvaliable();
}
public void close() throws IOException {
trackerServer.close();
}
/**
* Upload file by file buff
*