onmessage. each message takes approx 50ms to finish processing but I can get 5 messages in 50ms and each message can't be processed until the message before it is processed. Is there an easy way to make the events sequential ?
I'm confused you want them to be sequential? callbacks by default are sequential
you need to implement mutex yourself
Will there be only one client?
Обсуждают сегодня