Closed thani-sh closed 7 years ago
BehaviorSubjects retain the latest value it received so the subscriber immediately gets the latest value. With this change, queries don't depend on the in-memory array in the collection.
BehaviorSubjects retain the latest value it received so the subscriber immediately gets the latest value. With this change, queries don't depend on the in-memory array in the collection.