<@U084APK40NS> When sending data messages to an ag...
# ask-ai
d
@millions-hair-24956 When sending data messages to an agent, are they received in the order that they were sent?
g
According to the LiveKit documentation, LiveKit offers two forms of message delivery: reliable and lossy. In reliable delivery mode, messages are delivered in order with automatic retransmission in case of packet loss. This mode is suitable for scenarios where delivery order is important, such as in-room chat. However, in lossy delivery mode, messages are sent once without any guarantee of order, which is ideal for real-time updates where speed is prioritized over order. Would you like more details on how to implement these delivery modes? Sources: - Data messages | LiveKit Docs 👍 1 button 👎 0 button 💡 Hint: Mention @millions-hair-24956 in the thread for followups.