Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0 FF
-
None
-
8
-
43d8e6adb (dev)
-
Foundation PM Prioritized, Foundation Sprint 108, Foundation Sprint 109
Description
The current implementation for Interceptors has some flaws. It intercepts by default, even if no interceptors are provided which results in unneeded overhead. They also make all calls async which is not wanted.
We should rework them as long as we have the chance.