-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I learned the hard way that (implicit?) EntityDecoders should not return Streams. This creates a footgun for users. Further reading in http4s/http4s#6694 (comment).
| implicit def jsonTokensDecoder[F[_]: Concurrent]: EntityDecoder[F, Stream[F, Token]] = |
Metadata
Metadata
Assignees
Labels
No labels