You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #346, we made fallback inherit the @Blocking/@NonBlocking nature from the guarded method. This isn't always the best choice. Users should be able to configure it independently. For fallback methods, we should read the annotation from the method; for fallback handler classes, we should read the annotation from the class.
The text was updated successfully, but these errors were encountered:
In #346, we made fallback inherit the
@Blocking
/@NonBlocking
nature from the guarded method. This isn't always the best choice. Users should be able to configure it independently. For fallback methods, we should read the annotation from the method; for fallback handler classes, we should read the annotation from the class.The text was updated successfully, but these errors were encountered: