Skip to content

Conversation

@tvolkert
Copy link
Contributor

@tvolkert tvolkert commented Jul 6, 2019

A recent change to the Dart SDK updated HttpClientResponse
to implement Stream<Uint8List> rather than implementing
Stream<List<int>>.

This forwards-compatible change updates calls to
Stream.transform(StreamTransformer) to instead call the
functionally
equivalent StreamTransformer.bind(Stream)
API, which puts the stream in a covariant position and
thus causes the SDK change to be non-breaking.

dart-lang/sdk#36900

@tvolkert tvolkert closed this Jul 6, 2019
@tvolkert tvolkert deleted the foo branch July 15, 2020 07:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants