aeron icon indicating copy to clipboard operation
aeron copied to clipboard

[Archive]ReplaySession-Improving error messages

Open WorkingChen opened this issue 2 years ago • 1 comments

private void onError(final String errorMessage) { this.errorMessage = errorMessage; state(State.INACTIVE); } Can I add some information here? e.g. recordingId, sessionId and so on

When an error occurs, more information can be learned

WorkingChen avatar Aug 02 '22 03:08 WorkingChen

Great idea! Go ahead and add some information and submit a PR and we will look at it.

tmontgomery avatar Aug 02 '22 14:08 tmontgomery