STTP C++ API v1.0.21
See build steps to create a platform specific library.
Updates:
- Updated data subscriber disconnect and shutdown operations to run on a separate thread
- Improved data subscriber auto-reconnect operations, especially during shutdown
- Improved data publisher device feedback and shutdown operations
- Improved timer related shutdown operations
- Updated class destructors to never throw exceptions
- Updated all custom exceptions to inherit from both boost and std library exception
- Added a simple thread pool and ThreadSleep macro
- Added fallthrough attributes where applicable
- Added extra null checks for all std::function delegates
- Updated TCP connect in data subscriber to use newer range based overload