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
Address the multiple onError calls in dual read and enhance unit test #992
Closed
brycezhongqing closed 7 months ago
Summary
As the title said
onError
method andonSuccess
method will only be called one time.Test done (Unit test)
onError
andonSuccess
method will only be called one time.