[PR #2768] [MERGED] fix: realtime connect/disconnect issue #4051

Closed
opened 2026-03-17 01:37:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2768
Author: @anwarulislam
Created: 10/10/2022
Status: Merged
Merged: 10/13/2022
Merged by: @liyasthomas

Base: mainHead: fix/reatlime-connect-issue


📝 Commits (4)

  • 3787c03 fix: add connecting label
  • 15ac81e chore: minor ui improvements
  • a805bcc fix: connection disconnect issue
  • 1813b12 chore: updated translations

📊 Changes

40 files changed (+91 additions, -17 deletions)

View changed files

📝 packages/hoppscotch-app/locales/af.json (+2 -0)
📝 packages/hoppscotch-app/locales/ar.json (+2 -0)
📝 packages/hoppscotch-app/locales/ca.json (+2 -0)
📝 packages/hoppscotch-app/locales/cn.json (+2 -0)
📝 packages/hoppscotch-app/locales/cs.json (+2 -0)
📝 packages/hoppscotch-app/locales/da.json (+2 -0)
📝 packages/hoppscotch-app/locales/de.json (+2 -0)
📝 packages/hoppscotch-app/locales/el.json (+2 -0)
📝 packages/hoppscotch-app/locales/en.json (+2 -0)
📝 packages/hoppscotch-app/locales/es.json (+2 -0)
📝 packages/hoppscotch-app/locales/fi.json (+2 -0)
📝 packages/hoppscotch-app/locales/fr.json (+2 -0)
📝 packages/hoppscotch-app/locales/he.json (+2 -0)
📝 packages/hoppscotch-app/locales/hi.json (+2 -0)
📝 packages/hoppscotch-app/locales/hu.json (+2 -0)
📝 packages/hoppscotch-app/locales/id.json (+2 -0)
📝 packages/hoppscotch-app/locales/it.json (+2 -0)
📝 packages/hoppscotch-app/locales/ja.json (+2 -0)
📝 packages/hoppscotch-app/locales/ko.json (+2 -0)
📝 packages/hoppscotch-app/locales/nl.json (+2 -0)

...and 20 more files

📄 Description

Closes #2773

Description

In the real-time page if we go to any tab and connect with a wrong URL it keeps loading currently. Without refresh the page we can't able to disconnect or stop loading by simply clicking on it. This PR solves this issue.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2768 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 10/10/2022 **Status:** ✅ Merged **Merged:** 10/13/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `fix/reatlime-connect-issue` --- ### 📝 Commits (4) - [`3787c03`](https://github.com/hoppscotch/hoppscotch/commit/3787c03d94a26e310c6c18701f6b9a4ecdfa61d4) fix: add connecting label - [`15ac81e`](https://github.com/hoppscotch/hoppscotch/commit/15ac81e06663aca56cb1dd59551f10bb1fdc8342) chore: minor ui improvements - [`a805bcc`](https://github.com/hoppscotch/hoppscotch/commit/a805bcc36e7875a9f926a2a2377f88bff5c90a19) fix: connection disconnect issue - [`1813b12`](https://github.com/hoppscotch/hoppscotch/commit/1813b1231d1639cc5d6be7684f07ce9b38e1f6ac) chore: updated translations ### 📊 Changes **40 files changed** (+91 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/locales/af.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/ar.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/ca.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/cn.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/cs.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/da.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/de.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/el.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/en.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/es.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/fi.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/fr.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/he.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/hi.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/hu.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/id.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/it.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/ja.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/ko.json` (+2 -0) 📝 `packages/hoppscotch-app/locales/nl.json` (+2 -0) _...and 20 more files_ </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes #2773 <!-- Issue # here --> ### Description In the real-time page if we go to any tab and connect with a wrong URL it keeps loading currently. Without refresh the page we can't able to disconnect or stop loading by simply clicking on it. This PR solves this issue. <!-- Add a brief description of the pull request --> <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:37:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4051
No description provided.