pub unsafe extern "C" fn aeron_subscription_is_connected(
subscription: *mut aeron_subscription_t,
) -> boolExpand description
Is this subscription connected by having at least one open publication image.
@param subscription to check. @return true if this subscription connected by having at least one open publication image.