Can sonoff RF bridge handle multiple MQTT messages published at the same time or in rapid succession?

installed. turning 1 light at the time it works well… Doing all at the same time I can see in mosquito:

home/OpenMQTTGateway/commands/MQTTtoSRFB {"value":7459748}
home/OpenMQTTGateway/commands/MQTTtoSRFB {"value":2975521}
home/OpenMQTTGateway/commands/MQTTtoSRFB {"value":2975524}
home/OpenMQTTGateway/commands/MQTTtoSRFB {"value":7459745}
home/OpenMQTTGateway/SRFBtoMQTT {"value":7459748}
home/OpenMQTTGateway/SRFBtoMQTT {"value":2975521}
home/OpenMQTTGateway/SRFBtoMQTT {"value":2975524}
home/OpenMQTTGateway/SRFBtoMQTT {"value":7459745}

but only the first one would be turned on (or off)…