question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LoRa adapter: Create only one gateway device command consumer per application instance

See original GitHub issue

Apply some minor Command & Control improvements: A command subscription for a gateway device only needs to be done once for the whole LoRa adapter application - currently the corresponding LoraProtocolAdapter#commandSubscriptions map is kept per LoraProtocolAdapter verticle instance.

Along with that, the closing of command consumers in the handleTenantTimeout method (introduced in #2720) should then effectively only be done once per gateway device (not for up to as many times as the number of verticles as it is now).

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kdubacommented, Sep 7, 2022

I would like to work on this issue.

0reactions
calohmncommented, Nov 2, 2022

yes, fixed via #3421.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contribute to eclipse-hono/hono · GitHub
LoRa adapter : Create only one gateway device command consumer per application instance enhancement good first issue Issues that do not require much...
Read more >
LoRa Basics | DEVELOPER PORTAL
When the RXParamSetupReq MAC command is received, the end device must validate whether the new frequency and data rate are allowed by its...
Read more >
What is new & noteworthy in Hono? - Eclipse
The HTTP protocol adapter now allows authenticated gateway devices to omit the tenant ID from the URI of requests used to upload telemetry,...
Read more >
LG01N/OLG01N LoRa Gateway User Manual - Dragino
Firmware Version: lgw--build-v5.4.1607519907-20201209-2120 ... 1.5 Applications . ... Example 1: Manually send / receive LoRa packets .
Read more >
HTTP adapter - Bosch IoT Device Management
The HTTP adapter supports publishing of telemetry data by means of request with method POST for devices and PUT for gateways using QoS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found