If two messages arrive close together and I'm still in the OnUpdate logic from the first message, does the second OnUpdate wait for completion? Or am I losing data and I need to change my code to do less in the OnUpdate?

I working with a .Net client on a Windows desktop.

Thank you for your assistance.