-
Hi @mcollina!
Just wondering, is it possible to modify `aedes-packet` so we can pass in our own `messageId` for tracking purposes?
https://github.com/mcollina/aedes-packet/blob/6b3497ed99fca4ac6c7e30…
-
This is not a real issue but a question for guidance. I've played with Mosca and everything worked well. I was curious about QOS 2, and then found this project as a result (it implements it where the …
-
There is a roadmap or a due date for the cluster support become available? Is there any simple alternative that I could implement to solve this point?
-
I was trying to send a multiple message using QoS 2 in one topic while the receiver is offline. When i reconnect the receiver with un-clean session i throws an error and after a few errors aedes will …
-
Hi,
I am trying to use aedes with websockets like this:
``` javascript
import ws from 'websocket-stream'
const aedes = require('aedes')()
const server = ws.createServer({port: 9001}, aedes.handle)
`…
-
I would have expected this search
http://gimmefreshdata.github.io/?limit=20&taxonSelector=Aedes&traitSelector=&wktString=POLYGON%20%28%28-127.44140625%2030.14512718337613%2C%20-127.44140625%2049.4966…
-
Hi, Matteo!
I appreciate your work very much since Mosca, and having an embedded broker with custom auth is awesome!
I'm having some issues with achieving QoS 1 behavior when publishing from the bro…
-
In Mosca, I've configured a custom bunyan-stream module to capture `keepalive timeout` & `setting keepalive time` events since these are logged using bunyan.
Can we add two more `emit`s for these in …
-
I would like to thank you for this huge work.
When I publish a message from mqtt.js client, and console.log the sent packet, I get a messageId as a number example: `54110` (which it's generated rando…
-
hi, is that any way to check how many client subscribed a topic?