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
在Socket连接成功后,await initOSS()时前台会发送getSTS请求,但后台的Socket有几率接收不到这个getSTS请求(本地环境大概刷新页面10次会触发一次),导致前台一直阻塞,前台的dispatch({ type: ActionTypes.Ready, payload: '' })不会运行,此时页面会一直保持白屏。
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
在Socket连接成功后,await initOSS()时前台会发送getSTS请求,但后台的Socket有几率接收不到这个getSTS请求(本地环境大概刷新页面10次会触发一次),导致前台一直阻塞,前台的dispatch({ type: ActionTypes.Ready, payload: '' })不会运行,此时页面会一直保持白屏。
The text was updated successfully, but these errors were encountered: