- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 90字
- 2021-07-02 18:59:34
QoS 1
Deliver once - I don't care if you send it 10 times, just make sure they get it.
QoS 1 is the most commonly used level. It guarantees the message is delivered at least once. Duplicate messages need to be handled either on the subscriber side or in some post processing. There is a higher communication overhead than QoS 0 but only half as much back and forth as QoS 2.
QoS 1 is used when delivery needs to be guaranteed and the use case can handle duplicate messages.

推薦閱讀
- Web程序設計及應用
- JavaScript Unlocked
- PHP+MySQL網站開發技術項目式教程(第2版)
- Julia機器學習核心編程:人人可用的高性能科學計算
- SEO實戰密碼
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Swift 4從零到精通iOS開發
- App Inventor創意趣味編程進階
- 軟件體系結構
- Kotlin Programming By Example
- Java Web從入門到精通(第2版)
- Java設計模式深入研究
- Less Web Development Cookbook