V1.2.4 is released
IdeaFIX 1.2.4 fixes a few issues and introduces a method to deal with back-pressure
- Fix a case where the message pools would not be closed properly on a new incoming connection
- Add getInt() and getChar() methods to the IGroup interface to avoid autoboxing when parsing messages with groups
- Fix a case where heartbeats would not be sent
- Fix a case where parsing a decimal value would result in an exception
- Add isWritable() method to IChannelContext interface to deal with back-pressure (i.e. the slow consumer problem)
- Add an example with randomly generated market data and back-pressure management