Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
2.51k
stars
546
forks
source link
Fix FailoutClient invoking delegated client's restRequest twice #804
Closed
shangchengying closed 2 years ago
There was an extra call to
super.restRequest(request, requestContext, callback);
in FailoutClient. Removing the extra call and adding unit tests