-
Notifications
You must be signed in to change notification settings - Fork 628
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
Too many WriteToClosedSessionException when upgrade to quickfixj-2.3.2 #928
Comments
When exactly does this occur? |
In our testing environment, we need to connect to a test LP. If the connection attempt receives no response, this exception occurs every time we reconnect. This issue did not exist in the previous quickfixj version. |
Could you show some log output where the connection attempts are shown in conjunction with the exception? |
|
In the log above I see |
We have actually split the log into two files. One file contains the the other part of log file is following
|
Are you trying to send messages before the logon is established? I am wondering which messages are trying to be written. Could be the sent Logon but on the other hand the Logon should not get sent when the session cannot be established. |
We only sent the logon message after the connection was established, without any other messages. |
I checked this and this seems to be caused by internal changes in MINA 2.2.x when destroying the connector. It cannot be caused by |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior.
Or even better, a unit test or reproducer.
Expected behavior
A clear and concise description of what you expected to happen.
No Exception
system information:
Additional context
Add any other context about the problem here.
Could this issue be related to the changes introduced in #543?
The text was updated successfully, but these errors were encountered: