close_session
Method
This is a method of the GatewayProtocol class in the protocols module.Close a session.
Signature
Parameters
The session ID to close
Returns
True if session was closed, False if not found
Close a session.
This is a method of the GatewayProtocol class in the protocols module.Close a session.
def close_session(session_id: str) -> bool