Skip to content

v0.8.0

Compare
Choose a tag to compare
@bcsanches bcsanches released this 04 Jun 23:04
· 265 commits to master since this release

General Features

  • Added QuadInverter decoder
  • Added support to Lua scripts

Broker

  • Fix: exception on certain terminal client disconnect behaviors
  • win32: SetThreadName for easier debugging
  • Standarized log messages

Code

  • Fixed vscode project
  • Code cleanup on embedded console
  • Test case for EventHub
  • BrokerLib: Thinkers linked list now is double linked for fast removal
  • Common: Fixed Socket move assignement
  • BrokerLib: EventHub now has a pool and internal list, avoid excessive mem alloc.
  • BrokerLib: renamed "Messenger" to EventHub
  • Fixed SignalDecoder tests
  • Added UnitTest for EventHub