Bugfixes and minor API enhancements
This release contains only bugfixes and minor backward compatible API additions.
- Bugfix: Initialiser for
CIIServer
class to avoid corruption of default value forinitialCII
if a 2nd CII server is instantiated - API addition: Added
copy()
methods to all classes representing JSON messages. - Bugfix:
TSClient
class did not correctly handle when contentId is null - Bugfix:
examples/TSClient.py
now exits when the connection is closed.