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
Observable actor logic is described by an [observable stream of values](#fromObservable). Actors created from observable logic (“observable actors”) can:
325
325
326
-
- Emit snapshots of its emitted value
326
+
- Emit snapshots of the observable’s emitted value
327
327
328
328
Sending events to observable actors will have no effect.
0 commit comments