DEV Community

Cover image for How to handle and receive messages?
Nicolas Lorenzi for Luos

Posted on β€’ Originally published at docs.luos.io

2 2

How to handle and receive messages?

πŸ’‘ How to handle and receive messages?
⏩ https://docs.luos.io/docs/luos-technology/message/handling-message
To receive messages with Luos there is an API call Luos_ReadMsg(). This API checks the Luos message buffer to see if there is a message for the service. You have to call this API in the loop function of the service synchronously.

Top comments (0)

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay