-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C2-25226: OpenFin disconnection handler (#2274)
- `openfin.init` allows to provide a disconnection handler - this disconnection handler is stored on SSF side - the openfin handler forward the disconnection event through a new `openfin-disconnection` event - SSF calls the disconnection handler when a new `openfin-disconnection` event is received Minor: - in the openfin handler, a call to reset is now done before trying to connect to OpenFin - removed the timeout log in the timeout promise, the log will be shown if the timeout promise rejects first (or in case of error)
- Loading branch information
1 parent
17d1a6a
commit 9959873
Showing
4 changed files
with
129 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters