WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Re-evaluate `unsubscribe` interface

Open tolauwae opened this issue 1 year ago • 0 comments

The interface of unsubscribe is weird, as it uses the fidx. This makes it easy to implement in WA. However, in Rust or AssemblyScript this doesn't make as much sense, and can often go wrong. (Same function different fidx) This is probably the reason why multiple callbacks per topic isn't that usual in MQTT.

tolauwae avatar Sep 29 '23 07:09 tolauwae