pub fn get_or_create(session_id: u64) -> ScopeRef
Return the scope for session_id, creating and registering it if absent. The first channel of a session creates it; a binding channel reuses it.
session_id