-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Milestone
Description
Need an API call that will run a connection group continuously. To do this we need:
- To use semi-block mode
- An idle timeout timer
- An API call to set a flag in each connection to say that it is done.
Inside the API call we will run the loop and then check the flags on each con. If all flags are set the call can return.