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
In #293 eviction is not yet fully handled. We need to ensure that the protocol, commitments and chains are properly evicted.
It also has an influence on how we subscribe to reactive properties as these can become nil in the tear down process, which necessitates a nil check in many handlers. See here for reference.
In #293 eviction is not yet fully handled. We need to ensure that the protocol, commitments and chains are properly evicted.
It also has an influence on how we subscribe to reactive properties as these can become nil in the tear down process, which necessitates a
nil
check in many handlers. See here for reference.Some more pointers:
initEviction
inProtocol
: Feat: Reactive protocol rework #293 (comment)The text was updated successfully, but these errors were encountered: