-
-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Is your feature request related to a problem? Please describe.
Hi, I've been using HTTP Shortcuts to control few devices on my local network and it works really well.
However, I've noticed HTTP requests are fired synchronously when executing a multi-shortcut, which makes the http shortcuts at the end of a multi-shortcut to take a while before they are fired off. Also when one of my network devices is offline, it seems to keep waiting to establish connection with this offline device (circle keeps spinning) for a couple of seconds and the http requests that are yet to be fired off (for actually online devices) get delayed due to this.
Describe the solution you'd like
I think firing multi-shortcuts asynchronously should help with both these, but wasn't able to find anything about it in the app. Async should help with http shortcuts getting executed simultaneously and also it shouldn't be an issue whether some device on my network is offline.
Describe alternatives you've considered
I think creating advanced workflows using javascript could help here (haven't tried them yet), but if possible I feel a native option in app to make http requests in async would be nice.
Additional context
I'm using HTTP Shortcuts v3.9.0. Thanks!