cornichon icon indicating copy to clipboard operation
cornichon copied to clipboard

Investigate migration to http4s-ember

Open agourlay opened this issue 5 years ago • 2 comments

Blaze will be replaced by Ember according to the http4s team.

Let's give it a try.

  • https://github.com/agourlay/cornichon/pull/427
  • https://github.com/agourlay/cornichon/pull/428

It might hopefully fix the long standing issue with

java.lang.IllegalStateException: Cannot have multiple pending reads

agourlay avatar Jul 13 '20 15:07 agourlay

I've opened http4s/blaze#636

yanns avatar Feb 26 '21 07:02 yanns

The Ember server PR has been finally merged and will be part of the next release.

The last missing bit to fix the migration was the usage of .withShutdownTimeout() to shorten the time to wait for a graceful shutdown.

agourlay avatar Sep 08 '22 19:09 agourlay

Client side coming in 0.21

agourlay avatar Jun 24 '23 19:06 agourlay