Hi,
the RateLimitHandler does not to work as intended.
If using the WAIT implementation the API will still throw an exception and terminate.
The reason therefore is that there is no return statement after the handler execute its onError method.
The problem is allocated in the handleApiError method of the Requester.
https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/Requester.java
Hi,
the RateLimitHandler does not to work as intended.
If using the WAIT implementation the API will still throw an exception and terminate.
The reason therefore is that there is no return statement after the handler execute its onError method.
The problem is allocated in the handleApiError method of the Requester.
https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/Requester.java