mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5389] [bug]: WebSocket log only contains messages that arrive when you are in the Realtime tab #2067
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2067
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @4-0-9 on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5389
Is there an existing issue for this?
Platform
Desktop App
Browser
Other (specify in additional info)
Operating System
Linux
Bug Description
When I connect to a web socket endpoint in the
Realtimetab and switch to a different tab in the sidebar (likeREST) and then switch back to theRealtimetab later all the messages that should have arrived while I was on a different tab don't show up in the log. It seems that you have to be in the tab while the message arrives for it to be registered.I'd expect messages to be handled in the background and displayed if I switch back to the
Realtimetab.Deployment Type
Hoppscotch Cloud
Version
Hoppscotch v2025.8.1
@kumbhar-sarthak commented on GitHub (Oct 3, 2025):
i think it's background services issue, can i work on it?