Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你要通过标准的API 下载,下载时不要自己指定 storage server。 #710

Open
weizhaokang opened this issue May 27, 2024 · 0 comments

Comments

@weizhaokang
Copy link

          你要通过标准的API 下载,下载时不要自己指定 storage server。

Originally posted by @happyfish100 in #709 (comment)
感谢提示
修改代码后,经过测试不再发生上述问题
旧代码:
TrackerClient tracker = new TrackerClient();
TrackerServer trackerServer = tracker.getTrackerServer();
StorageServer storageServer = tracker.getStoreStorage(trackerServer);
StorageClient1 client = new StorageClient1(trackerServer, storageServer);
修改之后:
TrackerClient tracker = new TrackerClient();
TrackerServer trackerServer = tracker.getTrackerServer();
StorageServer storageServer = null;
StorageClient1 client = new StorageClient1(trackerServer, storageServer);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant