----------- Added CoT XML Declaration constant, should be included with all output XML CoT.
5.3.1
----- Readme cleanup.
Changed behavior of while loops to sleep 0.1 instead of 0, which was causing high CPU. See https://github.com/snstac/pytak/pull/22 thanks PeterQFR.
5.2.0
----- New Features: - Added support for both AsyncIO & Multiprocessing Queues in PyTAK Workers classes. - Added support for specifying TX & RX queue when instantiating PyTAK CLITool.
Bug & Performance Fixes: - Added async sleeps to each TX & RX loops iteration to fix broken async regiment in PYTAK.