| Index: pkg/barback/lib/src/phase_input.dart
|
| diff --git a/pkg/barback/lib/src/phase_input.dart b/pkg/barback/lib/src/phase_input.dart
|
| index c6b382676e9be8087bf8ec1860086f3d2b729c3f..db33779ec10e3fafcf124f2099f7373cf2b08341 100644
|
| --- a/pkg/barback/lib/src/phase_input.dart
|
| +++ b/pkg/barback/lib/src/phase_input.dart
|
| @@ -50,7 +50,7 @@ class PhaseInput {
|
| /// Assets are emitted synchronously to ensure that any changes are thoroughly
|
| /// propagated as soon as they occur.
|
| Stream<AssetNode> get onAsset => _onAssetPool.stream;
|
| - final _onAssetPool = new StreamPool<AssetNode>();
|
| + final _onAssetPool = new StreamPool<AssetNode>.broadcast();
|
|
|
| /// Whether [this] is dirty and still has more processing to do.
|
| bool get isDirty => _transforms.any((transform) => transform.isDirty);
|
|
|