Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit f6ef55a

Browse files
Administratoru-less
authored andcommitted
ObserverGrain订阅方法移除不重试
1 parent 848eea4 commit f6ef55a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Ray.Core/Core/Grains/ObserverGrain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ protected virtual async ValueTask EventDelivered(FullyEvent<PrimaryKey> fullyEve
623623
catch (Exception ex)
624624
{
625625
Logger.LogCritical(ex, "Delivered failed: {0}->{1}->{2}", GrainType.FullName, GrainId.ToString(), Serializer.Serialize(fullyEvent, fullyEvent.GetType()));
626+
throw ex;
626627
}
627628
}
628629
public Task DefaultHandler(IEvent evt)

0 commit comments

Comments
 (0)