0.134
·
433 commits
to master
since this release
- Session.trySend() no longer throws exceptions if a message is attempted during logon or logoff - it just archives for a future resend the next time a connection happens. Also removes the Session.send() method and deprecates Session.canSendMessage().
- Make the handling of forcedHeartbeatIntervalInS configuration option consistent between initiator and acceptor by ensuring it never affects the 108= field
- Disconnect initiator sessions if the first message isn't a logon - making the behaviour consistent with acceptors - adds a configuration option to turn this off.
- Improved Javadoc
- Fixed FIX_MESSAGE_TCP written debug logging