Closed forsberg closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity :sleeping: It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation. Thank you for your contributions :heart:
@forsberg hey, I'm not an expert in this template, but looks like there is no issue either with the generator or template but rather the example.
example has this x-scs-function-name
but expects this x-function-name
. Try to just fix the extension name in the asyncapi file and see if it works as expected
I was unable to reproduce the error. The sample publishing code that gets generated doesn't provide arguments for the SensorReading constructor, but besides that it works.
not able to reproduce so closing
:tada: This issue has been resolved in version 0.2.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Describe the bug
Trying to use python-paho-template with the latest RC (v1.0.0-rc.13) fails with
key.startsWith is not a function
How to Reproduce
Expected behavior
I guess I'll have to suffer a bit from running the bleeding edge generator (and I will investigate if we actually need this), but the expected behaviour was that.. it would generate python code :-)