When does a cold observable start emitting values?

  • After a timeout set by the developer.
  • Immediately upon creation.
  • When explicitly triggered by calling a method.
  • When subscribed to by at least one observer.
A cold observable starts emitting values when subscribed to by at least one observer, and each observer gets its independent sequence of values.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *