We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
I use websocket client in a dll. When using the send method, should I put the message in a queue and use a separate thread to send it, or can I just use the send method to send it directly?