-
Notifications
You must be signed in to change notification settings - Fork 4
Brokers
This page serves as a register for implementation specifics. Please keep the broker list in alphabetical order.
Amazon deviates from the standard on several significant points.
Configure the mqtt.Client
with AtLeastOnceMax
and ExactlyOnceMax
each set to either 0
or 1
, to prevent seemingly random connection errors.
🛫 During daemon launch the mqtt.Client
encounters mqtt: no CONNACK: EOF
.
👻 Messages dropped with “exactly once” delivery on batches of 100 sequential messages.
🛫 During daemon launch the mqtt.Client
encounters mqtt: no CONNACK: EOF
.
👻 Messages dropped with “exactly once” delivery on batches of 100 sequential messages.
✅ No problems were found.
🛫 During daemon launch the mqtt.Client
encounters mqtt: no CONNACK: EOF
.
🛫 During daemon launch the mqtt.Client
encounters mqtt: broker failed 1 topic filters
on subscribe.
🛫 During daemon launch the mqtt.Client encounters mqtt: broker closed the connection (EOF)
on publish.