我已经使用Rxjava设置了Retrofit,如下所示 final SplashApiInterfacesplashApiInterface = retrofit.create(SplashApiInterface.class);
final Observable<List<Data>>splashListener.takeDataTo
我正在尝试从一个Spring RestController向一个使用Retrofit和Rxjava的安卓应用程序发送一个io.reactivex.Flowable。如果我使用浏览器检查Rest端点返回的内容,我会如期得到一系列值,但在安卓中我只得到一个值,然后它会调用onComplete方法。我遗漏了什么?retrofit = new Retrofit.Build