You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extractions of any significant size return chunked response bodies which causes KeenClient to throw an HttpResponse to MessageChunk type conversion error.
Workaround is to use HttpAdapterDispatch.
The text was updated successfully, but these errors were encountered:
Chunked responses were comprehensively improved in akka-http, so this ought to be something that can be addressed when upgrading the library from the old versions of Spray, although it might warrant some reworking of the API.
Extractions of any significant size return chunked response bodies which causes KeenClient to throw an HttpResponse to MessageChunk type conversion error.
Workaround is to use HttpAdapterDispatch.
The text was updated successfully, but these errors were encountered: