pub fn py_msgbus_is_subscribed(
topic: &str,
handler: PythonMessageHandler,
) -> boolExpand description
Returns whether there are subscribers for the given pattern.
pub fn py_msgbus_is_subscribed(
topic: &str,
handler: PythonMessageHandler,
) -> boolReturns whether there are subscribers for the given pattern.