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
如果请求处理时间不可预知,那只有设置足够大的timeout?有没有更好的方案呢? 比如startActivityForResult case。
The text was updated successfully, but these errors were encountered:
目前有一种解决办法: 你可以写两个同步Action A和B。 然后调用B,并且把A的信息告诉B,等到B进行完成之后,自行再调用A,完成这种长时间的耗时操作。
Sorry, something went wrong.
No branches or pull requests
如果请求处理时间不可预知,那只有设置足够大的timeout?有没有更好的方案呢?
比如startActivityForResult case。
The text was updated successfully, but these errors were encountered: