We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Timeout middleware breaks the ability to read the stream and an error is thrown due to no case clause matching
** (CaseClauseError) no case clause matching: {:error, :recv_chunk_timeout} (tesla 1.11.0) lib/tesla/adapter/gun.ex:493: anonymous fn/2 in Tesla.Adapter.Gun.format_response/6 (elixir 1.16.3) lib/stream.ex:1626: Stream.do_resource/5 (elixir 1.16.3) lib/enum.ex:1560: Enum.reduce_into_protocol/3 (elixir 1.16.3) lib/enum.ex:1544: Enum.into_protocol/2 iex:4: (file)
Observed with Tesla 1.11.0
The text was updated successfully, but these errors were encountered:
Hey @feld do you have a code snippet I could use to replicate this? I am gonna give it a try
Sorry, something went wrong.
No branches or pull requests
The Timeout middleware breaks the ability to read the stream and an error is thrown due to no case clause matching
Observed with Tesla 1.11.0
The text was updated successfully, but these errors were encountered: