Mike Gatny
Mike Gatny
If one counterparty's seq nums are too low during logon, is there no way to handle this automatically while guaranteeing proper delivery of all messages. If you really want to...
Can you explain your use case a little more? In the meantime, some things you _could_ do: - Control this via SessionSettings (see the `ResetOn`... and `RefreshOn`.... settings). - Or,...
RejectMessageOnUnhandledException=Y is interesting, I didn't know there was such a thing. Maybe instead of a new exception, we could modify that logic slightly so that a reject reason is given...
Hi Chris, still waiting on additional feedback from the client, but for now RejectMessageOnUnhandledException is working for them.
Hi @chrjohn I think #851 will resolve the issue, let me know if you think it needs anything else.
@chrjohn here's what I'm thinking: 1. If we add Text(58) to the generated Reject at all, we need an additional boolean SessionSetting that enables this behavior, and defaults to "N"....