Skip to content

Release v0.16.0 (2019-01-18)

Compare
Choose a tag to compare
@richardschneider richardschneider released this 18 Jan 01:27
· 69 commits to master since this release

Bug Fixes

  • MulticastService:
    • use loopback NIC when all others are down (6596ff4)
    • do not process duplicate received messages (0f7fd87)
  • MulticastClient:
    • catch and eat setup exceptions (52ac51b)
    • catch and eat sender errors (400e1d0)
    • only send messages on IPv6 link local addresses (a5b15fe)
    • support IPv6 (4fd37a9)

Refactor

  • added RecentMessages class (6ce2454)
  • MulticastClient: use an event not a callback (24b0c19)

Features

  • support receiving message on both IPv4 and IPv6 (79fc03a)
  • using ipv6 and ipv4 is configurable (70fdcb7)