kickOnAllChannels() method #43
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#43
Loading…
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?
Create a method to kick all sockets for a given user on every channel site-wide.
This should be called when all sessions for a given user are killed.
added #6 as parent issue
changed title from kickAllSockets() {-function.-} to kickAllSockets() {+method+}
changed the description
changed title from kickAll{-Socket-}s() method to kickAll{+Channel+}s() method
changed the description
changed title from kickAllChannels() method to kick{+On+}AllChannels() method
Added function to kick user from all channels at once to channel manager, function gets called within userSchema.methods.killAllSessions():
b138b26f27