Closed Exilliar closed 5 years ago
https://stackoverflow.com/questions/35042929/is-it-necessary-to-unsubscribe-from-observables-created-by-http-methods https://medium.com/@maciekprzybylski/remember-to-unsubscribe-from-streams-in-your-angular-components-caf0bedd6ac2
According to these unsubscribing on http requests is not required. The client will be unsubscribed automatically. All subscriptions in the app are on http requests so no unsubscribing is needed. Closing issue
https://stackoverflow.com/questions/35042929/is-it-necessary-to-unsubscribe-from-observables-created-by-http-methods https://medium.com/@maciekprzybylski/remember-to-unsubscribe-from-streams-in-your-angular-components-caf0bedd6ac2
According to these unsubscribing on http requests is not required. The client will be unsubscribed automatically. All subscriptions in the app are on http requests so no unsubscribing is needed. Closing issue