2.00.13
MQTT
New Features
- Added parameter config (optional) to method
mqtt::connect
, which supports the following options (2.00.13.1):- "recvBufSize": the size of the receive buffer
- "clientID": the ID to publish the connection
- Added parameter config (optional) to method
mqtt::subscribe
, which supports the following settings (2.00.13.1):- "sendBufSize": the size of the send buffer
- "subscribeID": the ID to subscribe to the connection
- "asyncFlag": whether to enable the asynchronous subscription mode
ODBC
Enhancement
- The Linux version of the plugin supported automatically selecting the appropriate driver for character encoding based on the ODBC driver library interface. (2.00.13.1)
WebSocket
Enhancement
- Added the subscription identifier (tag) to log message.(2.00.13.2)
Bug Fixes
-
Fixed an issue where
cancelSubJob
returns false when the task cancellation took more than 5 seconds, even though the cancellation was still in progress.(2.00.13.2)