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

Commit

Permalink
ObserverGrain订阅方法移除不重试
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and u-less committed Apr 13, 2020
1 parent 848eea4 commit f6ef55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ray.Core/Core/Grains/ObserverGrain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ protected virtual async ValueTask EventDelivered(FullyEvent<PrimaryKey> fullyEve
catch (Exception ex)
{
Logger.LogCritical(ex, "Delivered failed: {0}->{1}->{2}", GrainType.FullName, GrainId.ToString(), Serializer.Serialize(fullyEvent, fullyEvent.GetType()));
throw ex;
}
}
public Task DefaultHandler(IEvent evt)
Expand Down

0 comments on commit f6ef55a

Please sign in to comment.