By Guest on Sunday, 08 October 2023
Posted in General
Replies 1
Likes 0
Views 754
Votes 0
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?
Hello,

You can call the method directly, there is no need to use a secondary thread.

Kind Regards,
Sergio
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post