Release Notes for ThingWorx C SDK > ThingWorx C SDK 3.1.0 > Fixed Issues in ThingWorx C SDK 3.1.0
Fixed Issues in ThingWorx C SDK 3.1.0
The following table describes the issues fixed in this release:
Description
Tracking Number
Fixed an issue where twMap_put returns an integer success code.
Now, twMap_put returns a pointer to the previous entry at the given key, and the user can free up the memory associated with that previous entry. The function returns NULL if the key was not already in use.
CSDK-2245
Fixed an issue with error messages being displayed about non-existent directories when building Edge C SDK.
CSDK-2188
Fixed an issue where twFileManager_SendFile times out before File Transfer times out.
CSDK-2134
Fixed an issue where TW_NOTHING type length is not consistent.
CSDK-2181
Fixed an issue with the readProperties() function.
CSDK-2165
Fixed an issue where C SDK was not able to bind Things with names greater than 127 characters.
CSDK-2162
Fixed an issue where twApi_SetSubscribedPropertyVTQ from C SDK does not update property value on Platform with TW_PUSH_TYPE_ALWAYS.
CSDK-2269
Security
Fixed potential security issues, including items proactively identified by the vulnerability scanning software or PTC Quality Assurance testing. Make sure to upgrade as soon as possible to take advantage of these important improvements.
See this technical support article for important recommendations regarding the use and update of third-party software for ThingWorx.
Was this helpful?