Closed luizgrp closed 5 years ago
Hi @loicortola, thanks for this library.
Currently the interval between subsequent discovery requests is hardcoded here. It would be nice to allow it to be customised.
I'm happy to submit a pull request, I just want to check first if you are happy in having this change and how would you prefer it done.
I would suggest to add an optional intervalBetweenRequests parameter to DiscoveryRequest class, so the intervals can be set per request.
intervalBetweenRequests
Please let me know your thoughts.
Hello @luizgrp ,
just added this to the API, will be released in 2.3.0
Sorry I am so late and thanks for taking the time to write the Issue :)
Hi @loicortola, thanks for this library.
Currently the interval between subsequent discovery requests is hardcoded here. It would be nice to allow it to be customised.
I'm happy to submit a pull request, I just want to check first if you are happy in having this change and how would you prefer it done.
I would suggest to add an optional
intervalBetweenRequests
parameter to DiscoveryRequest class, so the intervals can be set per request.Please let me know your thoughts.