Non-persistent messages can skip the sendLock. We already have a flag for optimizing out persistence. This reduces the locks required for non-persistent and Advisory messages to send. ``` canOptimizeOutPersistence() ```
Non-persistent messages can skip the sendLock. We already have a flag for optimizing out persistence.
This reduces the locks required for non-persistent and Advisory messages to send.