I wonder if you could help out with this?
I've an issue with the MQTT library from Xavier Pi (which I'm converting to an extension) in Snap 7
As you know, my JS knowledge is very limited
I've come up with a small example which shows the issue
In Snap6 it works as expected with all 3 key presses
But not in Snap7
https://snap.berkeley.edu/snap/snap.html#present:Username=cymplecy&ProjectName=ProcessIssue&editMode
Using key press 2 - the broadcast connection made block doesn't seem to be executed
The reason I'm concerned about this is that I'd like the user of the MQTT library to be able to use the callback feature, with or without the JS parameter being used.
I'd like to leave it to the user to decide what they want to do.
Are there any solutions available in the JS code that could get around the Snap7 behaviour.
Or should I file a bug report
I'm reluctant to do so, as not using official AP. So might just have to live with new behaviour