-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
Hello,
I am using a simplereply2.js script for auto feedback/callback on a message topic.
It is being declared in the connection manager, in the subscriptions/topic/script entry tab, by
complete name (including .js)
This script, apparently, is not called/executed when it resides in the configuration/scripts directory ,
to where the scripts are saved by default, but is properly executed when located in the current
mqtt-spy directory.
Besides being used as a callback, it publishes log in a /log topic I have defined.
All goes well from the application directory, but not from the publishing script directory.
Best regards,
Carlos