Skip to main content

room_single_socket_path

Function room_single_socket_path 

Source
pub fn room_single_socket_path(room_id: &str) -> PathBuf
Expand description

Socket path for a standalone single-room broker (test fixtures only).

Production code uses the daemon socket (effective_socket_path). This function exists for TestBroker in integration tests.