Skip to content

Conversation

@testforstephen
Copy link
Contributor

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

It fixes the bug microsoft/vscode-java-debug#411 and #134

…/ContinuedResponse

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
andxu
andxu previously approved these changes Sep 19, 2018
return null;
}).join();
} finally {
synchronized (this) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid lock the whole object, use private object for lock.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

@testforstephen testforstephen merged commit 2106dbb into master Sep 19, 2018
@testforstephen testforstephen deleted the jinbo_bugfix branch September 19, 2018 07:34
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

Successfully merging this pull request may close these issues.

4 participants