Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Overwatch 1.2.2

Compare
Choose a tag to compare
@raymondEhlers raymondEhlers released this 24 Nov 16:23
· 81 commits to master since this release
bf94c45

[1.2.2] - 24 November 2018

Added

  • Updated ZMQ receiver to take advantage of improved error checking in AliZMQhelpers.
  • Minor documentation updates.

Changed

  • Modernized ZMQ receiver to use better coding practices (Printf -> std::cout, etc).
  • Increase certificate proxy validity time to a week. See: ee64bd2.

Fixed

  • Attempted fix at memory leak that appears to be associated with TCanvas in the processing not being garaged collected very quickly. See: de5945a.
  • Fully implemented polling timeout in the ZMQ receivers. It was possibly to specify an option, but it wasn't actually applied. Now it is. See: 8a3fd93.