mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
No server side logouts.
Do not try to for a disconnect on this branch, maybe on another one.
This commit is contained in:
parent
8195421c99
commit
6ed3136c8e
1 changed files with 0 additions and 6 deletions
|
@ -485,12 +485,6 @@ class RPCServer(component.Component):
|
|||
"""
|
||||
return session_id in self.factory.authorized_sessions
|
||||
|
||||
def logout_current_session(self):
|
||||
"""
|
||||
Makes the current session invalid logging out the current account
|
||||
"""
|
||||
self.factory.protocol.connectionLost("Server logged out client")
|
||||
|
||||
def emit_event(self, event):
|
||||
"""
|
||||
Emits the event to interested clients.
|
||||
|
|
Loading…
Add table
Reference in a new issue