Single 'state.executing' Statement for ANY Server Connect?

Instead of boolean, use an integer:

Instead of setting true, you increment by 1
Instead of setting false, you decrement by 1

This way you can have multiple SC in parallel without causing issues with the loading spinner

This could probably be integrated directly within Wappler’s framework though

3 Likes