Updated hpws binary to fix multi-threaded read/write.

This commit is contained in:
ravinsp
2020-10-24 06:39:07 +05:30
parent fabfdcce89
commit 86fba4e87a
3 changed files with 131 additions and 131 deletions

View File

@@ -179,7 +179,6 @@ namespace comm
if (out_msg_queue.try_dequeue(msg_to_send))
{
process_outbound_message(msg_to_send);
util::sleep(1);
}
else
{