mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #796] Ability to join and leave rooms in Socket.IO connection #277
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#277
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 @konradkalemba on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/796
Is your feature request related to a problem? Please describe.
Current implementation doesn't support rooms feature of socket.io, which creates a problem when your server uses it and therefore you won't be able see any events sent in rooms.
Describe the solution you'd like
The ideal solution would be adding an ability to join and leave rooms directly from app's interface.
Describe alternatives you've considered
Not using rooms feature on socket.io server is only one alternative I come up with, but obviously it isn't desired.
Additional context

Something like this:
@konradkalemba commented on GitHub (Apr 21, 2020):
Never mind. I just realized that rooms feature is completely server-side and there is no way to join them from client. Therefore the feature I proposed cannot be implemented. My bad!
Reference