Skip to main content

moq_client_close

Function moq_client_close 

Source
#[unsafe(no_mangle)]
pub extern "C" fn moq_client_close(client: u32) -> i32
Expand description

Release a client configuration created by moq_client_create.

Sessions already dialed from it keep running: each connect took its own copy.

Returns zero on success, or a negative code if the handle is unknown.