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
this kind of writing in channel makes deadlock possibility!
quickfix/session.go
Line 742 in 7945e4b
Possible deadlock occurs in dynamic session closing because line
Line 768 in 7945e4b
is the only reader from channel s.sessionEvent, and after ending of loop
Line 752 in 7945e4b
PR #523
Thanks!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
this kind of writing in channel makes deadlock possibility!
quickfix/session.go
Line 742 in 7945e4b
Possible deadlock occurs in dynamic session closing because line
quickfix/session.go
Line 768 in 7945e4b
is the only reader from channel s.sessionEvent, and after ending of loop
quickfix/session.go
Line 752 in 7945e4b
PR #523
Thanks!
The text was updated successfully, but these errors were encountered: