Replies: 6 comments 10 replies
-
It could be useful if there was a way to provide default values when a
Obviously this code would not work right now the way |
Beta Was this translation helpful? Give feedback.
-
I would like to update the /**
* Receive a message.
*
* @param connection the connection
* @param message a message
* @throws IOException if an I/O error occurs
*/
void message(FIXConnection connection, FIXMessage message) throws IOException; The addition of the |
Beta Was this translation helpful? Give feedback.
-
A way to provide a one-pass extraction of all |
Beta Was this translation helpful? Give feedback.
-
How about rudimentary high availability? E.g. a standby node that could be manually failed over to |
Beta Was this translation helpful? Give feedback.
-
Does Philadelphia support nested/repeating groups? |
Beta Was this translation helpful? Give feedback.
-
MessageHandler.handleResendRequest() in FIXConnection. does not correctly handle the case where the resend request has EndSeqNo == 0. |
Beta Was this translation helpful? Give feedback.
-
We released Philadelphia 1.0.0 back in 2018. Since then, we have kept improving the project mainly under the hood with a focus on performance.
The next major release, Philadelphia 2.0.0, will allow us to clean up and otherwise improve the library interface. What kind of changes would you like to see in Philadelphia 2.0.0?
Beta Was this translation helpful? Give feedback.
All reactions