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
If I import the same library twice into two other different libraries and on both imports I apply interceptors to the same member --- then it's not entirely clear how that should "stack".
Of course there is an obvious order induced by the order of import statements - but this order is somewhat hidden from the programmer.
The text was updated successfully, but these errors were encountered:
there is a potential ordering issue with how to combine interceptors that are annotated on the side via
@ApplyInterceptorTo
Original comment from @mraleph:
The text was updated successfully, but these errors were encountered: