Files
Matthew Hodgson 203dce689c Queue re-entrant emissions in scope.behavior
If a subscriber synchronously causes the same behavior to emit again,
rxjs delivers the nested value to every subscriber and then resumes
delivering the outer, older value to the remaining subscribers, which
leaves them permanently out of sync while .value holds the new value.
Queue nested emissions so every subscriber sees every value in order
and ends on the latest one, and warn once per behavior with a stack
trace so the re-entrant paths can be found.
2026-09-03 17:27:44 +01:00
..
2026-03-30 18:26:38 +02:00
2025-03-31 14:18:45 +02:00
2026-07-07 19:05:10 +02:00
2025-06-23 23:06:33 -04:00
2025-10-22 12:53:22 +02:00
2026-03-30 18:26:38 +02:00
2025-03-13 18:00:24 -04:00
2026-08-28 16:22:08 +02:00
2025-09-16 11:46:25 +02:00
2026-06-23 09:42:57 +02:00
2026-06-22 11:59:16 +02:00
2026-03-26 19:39:02 +01:00
2026-03-26 18:14:51 +01:00
2026-03-12 22:18:38 -05:00
2025-03-13 17:51:41 -04:00
2026-04-30 13:32:27 +02:00
2025-03-13 17:51:41 -04:00
2026-04-03 17:48:42 +02:00
2026-08-03 10:32:52 +02:00
2026-05-04 18:25:04 +02:00
2025-02-24 18:18:15 +07:00
2025-06-24 08:28:15 -04:00
2025-03-13 17:51:41 -04:00
2025-03-13 17:51:41 -04:00
2026-07-02 08:35:59 +02:00