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
|
@ -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…
Reference in New Issue