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
dio
5.4.1
Android, iOS
flutter doctor -v
No response
3.3.0
Future.wait([ _getUserInfo(), _getCurrentServerInfo() ])
Both requests can succeed
One interface is successful, and the other one reports an error.
The text was updated successfully, but these errors were encountered:
same error here
Sorry, something went wrong.
This typically means the connection is not stable and ends by the underlying platform. There is nothing related to the Dio itself.
No branches or pull requests
Package
dio
Version
5.4.1
Operating-System
Android, iOS
Output of
flutter doctor -v
No response
Dart Version
3.3.0
Steps to Reproduce
Future.wait([
_getUserInfo(),
_getCurrentServerInfo()
])
Expected Result
Both requests can succeed
Actual Result
One interface is successful, and the other one reports an error.
The text was updated successfully, but these errors were encountered: