STM32WL55JC SUBGHZ_WaitOnBusy() long blocking delay in HAL_SUBGHZ_ExecSetCmd()


hi, I have developed applications using STM32WL base on NUCLEO-WL55JC1.
But I found when enter CAD there is a long time block on SUBGHZ_WaitOnBusy(). About 1.2ms.it’s so long than I thought
I found a issue in GitHub:
https://github.com/STMicroelectronics/STM32CubeWL/issues/70
When SUBGRF_SetTx() or SUBGRF_SetRx() is called, it blocks for a long time (~1.2 ms) until the BUSY line goes low. The blocking delay is in HAL_SUBGHZ_ExecSetCmd() where SUBGHZ_WaitOnBusy() is called after the SET_TX (0x83) or SET_RX (0x82).
what can I do for avoiding this issue? Thanks
