mirror of
https://github.com/happyfish100/fastdfs-client-java.git
synced 2026-09-20 20:52:55 +00:00
client close socket
This commit is contained in:
@@ -1756,6 +1756,10 @@ public class StorageClient {
|
||||
return trackerServer.isAvaliable();
|
||||
}
|
||||
|
||||
public void close() throws IOException {
|
||||
trackerServer.close();
|
||||
}
|
||||
|
||||
/**
|
||||
* Upload file by file buff
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user