-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
What happens when the connection is lost? Do I get an exception from FixApplicationAdapter in the following method?
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
LOGGER.error("Uncaught application exception.", cause);
ctx.close().sync();
}
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels