IFluidConfiguration should be removed #3854
Labels
api
area: runtime
Runtime related issues
good first issue
Good for newcomers
refactor
Code refactoring and cleanup
Milestone
I'm removing canReconnect from it as not used - if needed, we rather need to expose DeltaManager.reconnectMode.
The only property left is scopes and it's exposed incorrectly - it's a snapshot of scopes at the time of loading container, which is undefined in 99% of the cases as we do not have connection.
Instead, scopes should be exposed from DeltaManager.
While on it, we keep exposing property by property from DeltaManager.connection?.details
I feel like better approach is to define an object per connection (all "fixed" properties that do not change through connection) and expose it, vs. property by property.
The text was updated successfully, but these errors were encountered: