-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix: Deadlock in NetworkTarget #1110
Conversation
Deadlock in NetworkTarget Issue NLog#1058 Fix.
Current coverage is
|
Changes without whitespace changes : https://github.com/NLog/NLog/pull/1110/files?w=1 Can you explain me why the declaration should be outside the |
All line numbers with respect to Debugging Findings- Reason Lock Scope Changes The only thing wrong here was unnecessarily locking of an object by the main thread which caused the deadlock Hope I provided enough details, please ask again if u need any more info. Thanks!! |
Fix: Deadlock in NetworkTarget
Thanks for the info! I see now indeed that the scope of the |
Thanks for this bugfix. I has been merged and will be released in 4.3 :) |
Deadlock in NetworkTarget Issue. fixes #1058