-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The client code is currently fully sync. If we have n simultaneous rollouts, we are currently unable to submit n steps (one for each rollout) simultaneously, as the sync calls will block the main thread.
Any client code performing network calls (specially step which can take a while to give back a result) should be defined async.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request