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
Currently, we're copying collections when on returning. This results copy on each invocation which is quite unnecessary.
We need to return unmodifiable view of collection in question. For users modifying returned collections this is breaking change.