• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

topfreegames / arkadiko / 23826902781
64%
master: 64%

Build:
Build:
LAST BUILD BRANCH: fix/downgrade-mqtt-qos2-to-qos1
DEFAULT BRANCH: master
Ran 01 Apr 2026 01:08AM UTC
Jobs 1
Files 13
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Apr 2026 01:06AM UTC coverage: 64.122%. First build
23826902781

Pull #33

github

ffelipelimao
fix: downgrade MQTT QoS from 2 to 1 to prevent dropped messages

QoS 2 (exactly-once) causes receive_maximum_exceeded errors on EMQX v5
during traffic bursts, as the broker's max_awaiting_rel limit (100) gets
overwhelmed. QoS 1 (at-least-once) uses a simpler 2-step handshake with
no awaiting_rel state, eliminating this bottleneck entirely. For chat
messages, at-least-once delivery is sufficient.

Related: emqx/emqx#13399 (broker returns wrong Receive Maximum in CONNACK)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #33: fix: downgrade MQTT QoS from 2 to 1

2 of 2 new or added lines in 2 files covered. (100.0%)

865 of 1349 relevant lines covered (64.12%)

11.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23826902781.1 01 Apr 2026 01:08AM UTC 13
64.12
GitHub Action Run
Source Files on build 23826902781
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #33
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc