We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
do_upload_file等方法中,对于从外部传入的StorageServer也在用完�� �后关闭。我的问题是,按照谁调用谁释放的原则,不是应该� ��调用者就主动调用StorageServer.close()方法关闭么? 代码: this.storageServer.close();//这句不是应该留给调用者关闭么?不知 您放在这里关闭,是不是有什么考虑? if (bNewConnection) { this.storageServer = null; }
Original issue reported on code.google.com by htd0...@gmail.com on 30 Nov 2012 at 6:25
htd0...@gmail.com
The text was updated successfully, but these errors were encountered:
恩,这个的确是问题。v1.24中已经修复。
Original comment by happyfis...@gmail.com on 1 Dec 2012 at 5:56
happyfis...@gmail.com
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
htd0...@gmail.com
on 30 Nov 2012 at 6:25The text was updated successfully, but these errors were encountered: