What happens when you call the unsubscribe() method on a Subscription?

  • Pauses the Subscription
  • Resumes the Subscription
  • Stops the Subscription
  • Terminates the Subscription
When you call the unsubscribe() method on a Subscription, it stops the Subscription, which means it terminates the connection between the observer and the Observable.
Add your answer
Loading...

Leave a comment

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