forked from angulardart/angular_components
-
Notifications
You must be signed in to change notification settings - Fork 17
StreamController are not closed. #59
Copy link
Copy link
Open
Description
While digging through the code I have noticed that the StreamController are not closed.
Ie date_input.dart:
final _controller = StreamController<Date?>.broadcast();Shouldn't we close it within ngOnDestroy to not have a memory leak?
I guess it would be better if we attach it into Disposer and let it clear the stuff.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels