pub unsafe extern "C" fn aeron_exclusive_publication_is_connected(
    publication: *mut aeron_exclusive_publication_t
) -> bool
Expand description

Has the exclusive publication seen an active Subscriber recently?

@param publication to check. @return true if this publication has recently seen an active subscriber otherwise false.