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
Switch Tesla.Adapter.Mint to use passive mode, as suggesting in #357 (comment)
Tesla.Adapter.Mint
The text was updated successfully, but these errors were encountered:
@teamon I'd like to tackle this one
Sorry, something went wrong.
@teamon We basically want to change the default active mode to passive here https://github.com/elixir-tesla/tesla/blob/master/lib/tesla/adapter/mint.ex#L51 right?
active
passive
Doing that only breaks some tests about how passive mode returns timeout. I'll fix those but can't think of any other test to add for this feature.
timeout
Basically yes :)
In case of tests it would be great to have failing test cases for all related issues and then check if changing to passive mode fixes them.
fbergero
Successfully merging a pull request may close this issue.
tl;dr
Switch
Tesla.Adapter.Mint
to use passive mode, as suggesting in #357 (comment)(Potentially) related issues:
The text was updated successfully, but these errors were encountered: