DEV Community

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

Posted on • Originally published at docs.luos.io

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)