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
It is not ok for something inside Platform to depend On app - this inverts layering as platform is supposed to be the lowest level and app is one of the highest levels. Generally GN would prevent this however app is excluded from layering checks because of legacy code. We should fix these layering inversions.
It looks like the reason this is done is for Server::GetInstance().GetFabricTable().DeleteAllFabrics();.
We should figure out some eventing system and pass this into app rather than having platform calling directly into server.
We have:
It is not ok for something inside Platform to depend On app - this inverts layering as platform is supposed to be the lowest level and app is one of the highest levels. Generally GN would prevent this however app is excluded from layering checks because of legacy code. We should fix these layering inversions.
Found while checking #30596
The text was updated successfully, but these errors were encountered: