Skip to content
New issue

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

fix: 修复useRequest在启动两个以上轮询时,设置页面隐藏停止轮询,页面重新显示时,有请求不自动开始轮询的问题。 #2688

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JaxonJay
Copy link

@JaxonJay JaxonJay commented Dec 5, 2024

[English Template / 英文模板]

🤔 这个变动的性质是?

  • 新特性提交
  • [√] 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

无issue,使用过程中开启多个轮询并设置pollingWhenHidden为false时,页面隐藏再打开,部分接口没有重新开始轮询;

💡 需求背景和解决方案

  1. 修复问题:当开启多个轮询并设置pollingWhenHidden为false时,页面隐藏再打开,所有接口都应该重新开始轮询。
  2. 修改方案:使用Set代替数组,使删除回调更精准。

📝 更新日志

修复问题:当同时开启多个请求轮询,设置pollingWhenHidden为false时,页面隐藏再次打开,有的接口不会重新开始轮询;

语言 更新描述
🇺🇸 英文 Fix the issue: When multiple request polling is enabled simultaneously and pollingWhenHidden is set to false, some interfaces do not restart polling when the page is hidden and then reopened.
🇨🇳 中文 修复问题:当同时开启多个请求轮询,设置pollingWhenHidden为false时,页面隐藏再次打开,部分接口不重新开始轮询的问题

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • [√] 文档已补充或无须补充
  • [√] 代码演示已提供或无须提供
  • [√] TypeScript 定义已补充或无须补充
  • [√] Changelog 已提供或无须提供

@CLAassistant
Copy link

CLAassistant commented Dec 5, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants