servicestack-eventstore icon indicating copy to clipboard operation
servicestack-eventstore copied to clipboard

EventHandlerException's Handle is not implemented?

Open gouhan opened this issue 6 years ago • 0 comments

when service throw an exception,I want to retry it.But scaned the code,it happenes no action when the value of DropReason enum is EventHandlerException. code beblow: case SubscriptionDropReason.EventHandlerException: //Subscription dropped because an exception was thrown by one of our handlers. log.Error($@"Subscription to {subscription.StreamId} was dropped in response to a handler exception. {message}");

gouhan avatar Apr 10 '18 10:04 gouhan