mlinnen/Arduino-Pub-Sub

Message Broker shall send published messages to multiple recipients on separate threads

Opened this issue · 0 comments

This would just make it more scalable when a larger volume of messages occur. It might just be enough to kick off a thread that handles 1 message for multiple recipients. When all recipients have received the message the thread terminates.