Skip to content

workflow v0.11.7

Latest
Compare
Choose a tag to compare
@Barenboim Barenboim released this 06 Jan 18:27
· 1 commit to master since this release
b9062ae

New Features

  • Supporting sending/signaling different messages to each named mailbox/conditional.
  • Supporting permanant timer, for canceling only.

Improvments

  • SSL server uses cerficate chain file. Check private key.
  • Simplify communicator service session's state.
  • Optimize StringUtil::enode()/decode().

Bug Fixes

  • Bug that UDP server doesn't reply.
  • Potensial memleak when malloc failed.
  • Consul client JSON stringifying error.
  • Compiling error when user defined protocol message doesn't have a move constructor.