Skip to content

v0.1.6

Compare
Choose a tag to compare
@Xiaofei-it Xiaofei-it released this 29 Aug 15:56
· 25 commits to master since this release

Bugfixes

  1. Fix a bug which will cause the failure of connection when sending and receiving events between apps.
  2. Fix a potential bug: Suppose that a sub-process sends an event to the main process before it finishes the connection to the main process. And the main process sends an event to the sub-process immediately after it receives the event sent from the sub-process. Then the sub-process will not receive the event sent from the main process.

New features and enhancements

  1. Add more annotations on MainService and SubService.
  2. Allow a user to re-initialize HermesEventBus after invoking HermesEventBus.destroy().