You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to achieve synchronous sending of all messages at the same time, similar to using the Vector tool to send a group of messages in the same frame #1910
I tried using a multi-process approach and found that there is still a delay. It is necessary to provide an interface that can send a set of messages with different message IDs.