quickfixgo / quickfix

The Go FIX Protocol Library :rocket:
https://www.quickfixgo.org/
Other
735 stars 288 forks source link

Dynamic Sessions #521

Closed shipa988 closed 1 year ago

shipa988 commented 1 year ago

Sorry for repeating this issue! it's a real trouble for me!

Hi, It seems like after this PR change I can't logon using dynamic session: https://github.com/quickfixgo/quickfix/pull/446

To me it seem that the code change is only initializing listen ports/listeners on static sessions specified in .cfg configuration file, could you please double check the PR and confirm if I am wrong?

Thanks!

mikhailovavexmocom commented 1 year ago

this was originally posted at https://github.com/quickfixgo/quickfix/issues/466

fix approach: https://github.com/quickfixgo/quickfix/pull/522

ackleymi commented 1 year ago

Resolved in https://github.com/quickfixgo/quickfix/pull/527