derberg / python-mqtt-client-template

This template generates MQTT Python client module. Its purpose is to abstract for the application client technical information about the broker and the names of topics it should use. Instead, it generates a module that provides a set of indent-driven functions that one can invoke to send a message to the application through the message broker.
2 stars 1 forks source link

feat: add fallback mechanism #11

Closed thulieblack closed 11 months ago

thulieblack commented 11 months ago

Add a fallback mechanism whereby if operationId is not available, we have the option to use the channel address.

solves #2

thulieblack commented 11 months ago

@derberg I think I finally got it 😅😅😅

thulieblack commented 11 months ago

I did the manual testing

  1. Commit with only one operationID missing
  2. Commit with both operationID missing
thulieblack commented 11 months ago

UpdateCompletedMimiGIF