π‘ 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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)