-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feature requests/questions #19
Comments
Currently there is no retry/reconnect/resend mechanism, like in QuickFixJ and this is one of limitation of the framework. On disconnects now you'll get directly to Sure, I'll rename a project, it's time |
About disconnects, for the moment I think I can live with that, it is unlikely that in a production system fix connections will just drop out of the blue, but one must code for all possible scenarios, I experimented today with On the Suffice to say why I recommended you to rename the project so that we get more contributions. _Question:_ Do you have case studies even for small companies that are using Fix IO? I checked LinkedIn and noticed you have a vast experience with Trading systems but I'm not completely sure you were able to push Fix IO framework into existing production environments, my current project which I'm developing from scratch was using QuickFixJ but I migrated to Fix IO and haven't found any issues, it is very easy and its simplicity bought me already, except for the mentioned issues. I also noticed there are no timers for heartbeat sent by the client or server but not a biggy, I prefer to use |
What happens when the connection is lost? Do I get an exception from
FixApplicationAdapter
in the following method?QuickFixJ has a retry mechanism when the connection is lost but I'm unsure there is one here, if there isn't I will probably retry myself with my own rate limiter.
Another question not related, will you give a name to the project with something more searchable? Maybe you can create a small user's list for questions
@reactivefix
or@netty-fix
-suggestions-As for Maven project maybe group ID something like
io.fix
The text was updated successfully, but these errors were encountered: