You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure why it was required to move processing after ToAdmin handler.
We cannot change session settings since it returns readonly like we used for getting username
We noticed that with 0.9.3 there is a regression with handling of sequence reset.
We reset sequence on start of service but then we don't on reconnect.
Before 0.9.3 it was possible with:
Regression is in the following PR because it moved ToAdmin after handling of reset sequence not before like it used to be.
https://github.com/quickfixgo/quickfix/pull/635/files
#625
Not sure why it was required to move processing after ToAdmin handler.
We cannot change session settings since it returns readonly like we used for getting username
I can provide a PR but would be good to know reason for moving ToAdmin call.
The text was updated successfully, but these errors were encountered: