Skip to content

Release 1.17.0

Compare
Choose a tag to compare
@vicancy vicancy released this 18 Apr 08:22
521b001

Bug Fixes

  1. Fix the regression issue that for the single endpoint scenario, send message failure does not throw (#1582)
  2. Improve the error handling when a message fails to send with multiple endpoints (#1582)
    1. "DefaultMessageRouter" filters out "offline" endpoints so that messages will not send out to offline endpoints
    2. You can customize your own message router if you'd like to make sure exceptions throw when some endpoints are offline.
  3. Fix the endpoint hot-reload logic to support "ClientEndpoint" and "ServerEndpoint" property (#1592)