'Is the order of receiving data guaranteed in Tizen message port?
In Tizen message port communication, Is the order of receiving data guaranteed?
If I were to ask more specific questions,
If I send a large amount of data several times, is the app that receives the data guaranteed to receive it in the order in which it was sent?
Or, I have to manage received data order when data receiving finished?
Solution 1:[1]
The message port guarantees the order of receiving data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rkqns |
