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
The underlying issue that led to the above thought is that the CacheController (responsible for clearing the art / API cache) needs access to the scraper chain. The NvHTTP Scraper is part of that chain, but can't be initialised without the Host Context Service returning a proper value.
As such, there will be more architectural changes needed (implementing the above feature will not fix the underlying issue!)
Expected Behaviour:
Declaring a base for tagged features as lazy should return a proxy instance which holds proxy instances of said tagged features
Actual Behaviour:
The tagged features are lost, resulting in all kinds of malfunction
The text was updated successfully, but these errors were encountered: