-
Notifications
You must be signed in to change notification settings - Fork 243
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
gorouine leak when ReplaceLogger #86
Comments
Hi timesking, Could you please attach a full working example which reproduces this issue. Thanks! |
I will do it later. |
Actually, I guess I know what the problem is. Please try the latest revision. |
I'm sure your commit has fixed my problem. Thx. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just found
asnLoopLogger.closed
had never been set astrue
.When I try to ReplaceLogger in runtime with new config each time, one more gorouine stuck in func processItem at
asnLoopLogger.queueHasElements.Wait()
. That introduce a gorouine dead wait.Could you take a look and fix it?
The text was updated successfully, but these errors were encountered: