-
Notifications
You must be signed in to change notification settings - Fork 0
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
update from latest master, fix some typos #1
Conversation
Add the missing calls to refresh the MessageStore if RefreshOnLogon config option has been specfiied.
…bound messages. Add an IApplicationExt interface that extends IApplication and facilitates early intercept of inbound messages on the part of the Application. This is a bit similar to the late outbound intercept afforded by ToApp/ToAdmin, and permits alteration of field values prior to their being validated by the engine. The difference is that, with the new interface, only one callback is provided for both App and Admin messages. Usage of the existing IApplication interface is unaffected.
Allow new sessions to be added and existing sessions to be deleted while the engine is running.
Allows initiator and acceptor session config to be added to, and removed from, a running engine. In the case of removal, caller can specify whether a fully logged on connection belonging to the relevant session should be terminated, or whether the attempt to remove should fail under this condition.
Add RefreshOnLogon functionality.
Add new Application Callback (non-breaking) for early intercept of inbou...
(connamara#80) AT: logon with reset after disconnect
(connamara#80) acceptor shouldn't include 141=Y in logon responses
get rid of unnecessary and inexplicable gitignore files
don't include unneeded sessions in AT config files
This reverts commit 4f3abdc.
Revert "these should have been committed long ago" - that was a bad move
…nto 314 Conflicts: QuickFIXn/IApplicationExt.cs UnitTests/SessionTest.cs
update from latest master, fix some typos
Merged: thanks for the fixes - I obviously need a spell-checker! Martin From: Grant Birchmeier [mailto:notifications@github.com] Hi @martinadams https://github.com/martinadams , Great code, great tests. This PR updates your PR with the following:
Please look it over. When/if you accept it into your PR, then I'll merge your PR into main. -Grant You can view, comment on, or merge this pull request online at: Commit Summary
File Changes
Patch Links:
— |
Hi @martinadams,
Great code, great tests. This PR updates your PR with the following:
Please look it over. When/if you accept it into your PR, then I'll merge your PR into main.
-Grant