Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Rdalkire simulate stall#47

Open
rdalkire wants to merge 3 commits intoNilhcem:masterfrom
rdalkire:rdalkire-simulateStall
Open

Rdalkire simulate stall#47
rdalkire wants to merge 3 commits intoNilhcem:masterfrom
rdalkire:rdalkire-simulateStall

Conversation

@rdalkire
Copy link

Mainly I added an optional feature to delay message acceptance, which I need in order to test and code-around a performance problem in another application.

try {
ArgsHandler.INSTANCE.handleArgs(args);
} catch (ParseException e) {
System.out.println( "\n"+ e.getMessage()+ "\n" );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest you to avoid the usage of System.out. I think it is better to use LOGGER.

stripped some extraneous spacing as requested.
@marcovtwout
Copy link

Can this PR be merged to fix #20?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants