| commit | aa9fc6e9deab454e5a6ef62cc5a88105652c4e59 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Tue Mar 12 14:49:22 2019 -0700 |
| committer | GitHub <noreply@github.com> | Tue Mar 12 14:49:22 2019 -0700 |
| tree | b214f037dce298c246b11fcd877b86f0ebce8863 | |
| parent | 75611df3d973389de87fafbcfc8279a2eb7ec8eb [diff] |
Change onListen bailouts to asserts (dart-lang/stream_transform#68) These transformers had a check that should never be true because the behavior of the `StreamController` should prevent `onListen` from being called multiple times while there is at least one active listener.