Skip to main content

threading_projection_key

Function threading_projection_key 

Source
pub fn threading_projection_key(session_id: &str) -> Option<String>
Expand description

Build the framework-owned projection key for session_id.

The suffix is intentionally conservative so a session id cannot smuggle a second namespace segment with whitespace or control characters, and so the snapshot registry cannot be fed unbounded caller-owned keys.