issues
search
finos
/
openfin-react-hooks
A collection of React Hooks built on top of the Openfin API - from Scott Logic
Apache License 2.0
48
stars
18
forks
source link
Breaking changes to behaviour of InterApplicationBus hooks
#49
Closed
ms14981
closed
4 years ago
ms14981
commented
4 years ago
Allows duplicate messages to be sent.
Publish and Send hooks now return a callback to perform the action, giving the users more control.
Users must provide their own onReceiveMessage callback for the Subscribe hook.
Users can provide their own onFail callback for the Subscribe hook.
Change Publish and Send demos to trigger a message only when the text is submitted, not just changed.
Related to #9 This can probably be closed if this PR is merged.
Related to #9 This can probably be closed if this PR is merged.