-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation The main motivation is to allow the library to start multiple concurrent flows. # Changes * Store opened windows in a Map instead of one single instance. * Pass the flowId to the helper instead of creating it inside the helper. * Scope the flowId per handler so that each handler is about one flow. # Tests * Test that the function supports two concurrent flows.
- Loading branch information
Showing
2 changed files
with
69 additions
and
9 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