* allow custom tokenizers
allows use of tokens object to specifiy custom tokenizers
updated mlsentiment to v2.0.0 (with temporary fix for comparative score applied)
updated documentation
* update unit tests
* add msg.stop handler and docs, msg.start restarts process as per existing doc
* stop process using configured signal
* fix grunt complaint
* remove extra debug, make start only start and change doc to match
* TTL Functionality
Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.
* Update help doc
Reference ttl parameter in api docs
* Fix: Warnings with no ttl
Check if ttl exists before sanitizing
* Add: Allow string ttl
If ttl is a string, parse to integer and check validity
---------
Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>
Not all platforms have the user button supported, so dynamic
to add the user button label.
Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
Signed-off-by: chao zeng <chao.zeng@siemens.com>
Co-authored-by: chao zeng <chao.zeng@siemens.com>
* Bugfix: only execute node register callbacks after connection to the server has been made
* Bugfix: only execute direct callback of register node register when connected to STOMP server
* Doc: Add tip about reconnection to server
* TTL Functionality
Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.
* Update help doc
Reference ttl parameter in api docs
* Bugfix: not responsive to msg.topic on input of STOMP out node
* Bugfix: not responsive to msg.topic on input of STOMP ack and out node
* Bugfix: backward compatible node.topic has prio + Docs: added info about msg.topic in ACK node docs
* Typo fix
* Bugfix: show connected state after reconnect
* Bugfix: show connected state for stomp out node after reconnect
* Add support for ACK messages
* Add optional subscription id
* Typo fix
* Subscription ID not required
* Bugfix "node.ack is not a fuction"
* Use shared client connection
* Bugfix shared connection
* Improvements & bugfixes to shared connection
* Bugfix connecting state
* Set connected state in connect callback
* Typo fix
* add server shared connection variables
* Bugfix for shared state
* WIP
* Complete refactor based on MQTT nodes to be able to share server connection between nodes
* Change address back to server for backwards compatibility
* Fixes for race conditions on node closing
* Add disconnect timeout of 2s to avoid "Error stopping node"
* If not connected, do not try to disconnect
* Fix for disconnecting log
* Styling fix for ack select form row
* Typo fixes
* Typo fix
* Bugfix: subscription before connected
* Bugfix: stringify payload before sending to be able to send numbers etc
* Bugfix: not saving ack field
* Bugfix: ack
* Bugfix: ack
* Bugfix: ack & better docs regardign ack
* BugFix: reconnect delay
* Improvements regarding cleanup on close
* Handle connect and reconnect event in the same way
* Typo fix
* Fix backwards compatibility