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

topfreegames / arkadiko
64%

Build:
DEFAULT BRANCH: master
Repo Added 08 Jul 2016 08:31PM UTC
Files 13
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • chore/do-not-use-init
  • chore/multiarch
  • enhancement/add-topic-tag
  • feat/add-tracing
  • feat/filter-out-healthcheck-requests-from-tracing
  • feature/prometheus
  • feture/retries
  • fix/downgrade-mqtt-qos2-to-qos1
  • fix/spans
  • fix/update-actions/cache
  • temp/check-debug
  • v0.2.0

06 Apr 2026 06:45PM UTC coverage: 64.122% (+0.4%) from 63.772%
24045517378

push

github

web-flow
fix: downgrade MQTT QoS from 2 to 1 to prevent dropped messages (#33)

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>

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

24 existing lines in 3 files now uncovered.

865 of 1349 relevant lines covered (64.12%)

11.26 hits per line

Relevant lines Covered
Build:
Build:
1349 RELEVANT LINES 865 COVERED LINES
11.26 HITS PER LINE
Source Files on master
  • Tree
  • List 13
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24045517378 master fix: downgrade MQTT QoS from 2 to 1 to prevent dropped messages (#33) 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-onc... push 06 Apr 2026 06:47PM UTC web-flow github
64.12
15883939685 master chore: add multiarch build (#29) push 25 Jun 2025 06:16PM UTC web-flow github
63.77
13992256414 master Merge pull request #27 from topfreegames/feat/filter-out-healthcheck-requests-from-tracing feat: filter out healthcheck traces push 21 Mar 2025 12:59PM UTC web-flow github
63.77
13924464634 master Merge pull request #26 from topfreegames/fix/update-actions/cache fix Docker build push 18 Mar 2025 01:32PM UTC web-flow github
63.73
13905226167 master Merge pull request #25 from topfreegames/fix/update-actions/cache actions/cache@v2 to actions/cache@v4 push 17 Mar 2025 04:55PM UTC web-flow github
63.73
13904901643 master Merge pull request #24 from topfreegames/feat/add-tracing Feat/add tracing push 17 Mar 2025 04:40PM UTC web-flow github
63.73
13227728071 master Add retries to mqqt publish (#23) push 09 Feb 2025 04:50PM UTC web-flow github
64.39
12752527895 master Do not use init functions to initialize metrics (#22) * Do not use init functions to initialize metrics * Fix multiple metrics initialization on testing * Change metric name push 13 Jan 2025 05:20PM UTC web-flow github
64.24
12716228855 master Use Prometheus (#21) * Use Prometheus * Fix ci * fix registration conflict push 10 Jan 2025 07:49PM UTC web-flow github
64.18
8838762445 master Use MQTT client and configure timeout (#20) * Use Mqtt client instead of http * Do no check for http error * Better logging + get timeout from config * Use mqtt client and configure timeout push 25 Apr 2024 08:12PM UTC web-flow github
64.22
See All Builds (86)
  • Repo on GitHub
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