Currently, we take <channel-id>.connector and pass it to the setup_receive_status_connector function, which adds another .connector to the end, making the full queue name <channel-id>.connector.connector. We should probably change this so that we only have a single .connector in the queue name.
Currently, we take
<channel-id>.connectorand pass it to thesetup_receive_status_connectorfunction, which adds another.connectorto the end, making the full queue name<channel-id>.connector.connector. We should probably change this so that we only have a single.connectorin the queue name.