You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug which will cause the failure of connection when sending and receiving events between apps.
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
Add more annotations on MainService and SubService.
Allow a user to re-initialize HermesEventBus after invoking HermesEventBus.destroy().