diff --git a/lib/src/core/hooked_service.dart b/lib/src/core/hooked_service.dart index cfc2ad0d..658d822a 100644 --- a/lib/src/core/hooked_service.dart +++ b/lib/src/core/hooked_service.dart @@ -567,7 +567,6 @@ class HookedServiceEventDispatcher> { /// *NOTE*: Callbacks on the returned [Stream] cannot be guaranteed to run before other [listeners]. /// Use this only if you need a read-only stream of events. Stream> asStream() { - // TODO: Close StreamController var ctrl = new StreamController>(); _ctrl.add(ctrl); listen(ctrl.add); diff --git a/pubspec.yaml b/pubspec.yaml index 5f96b86f..389a5bd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.0-alpha.7 +version: 2.0.0-alpha.8 description: > A high-powered HTTP server with DI, routing and more. When combined with the other packages in the Angel ecosystem, this