-
-
For example: https://github.com/line/armeria/blob/master/rxjava2/src/main/java/com/linecorp/armeria/common/rxjava2/RequestContextSingleObserver.java#L42
We should do something like:
```
@Override
…
-
RxLifecycle用着很舒服,也升级到rxjava2了,在你没升级rxjava2前我自己也实现了。
但RxWebSocket有什么方式支持Socket.IO呢? 这是我目前的困扰
-
Добрый день.
В дебаг версии все работает корректно. Но при попытке инициализировать, появляется ошибка
Версия SDK: 1.0.80-commonRelease
retrofit:2.9.0
converter-gson:2.9.0
Carrot debug:
java…
-
什么时候能支持Rxjava2.0呀?
-
Roxie is built using RxJava2 and RxJava3 is in the works.
Things to think about:
- The operators that we currently use, are they still available? Do their behavior change?
- If not available, …
-
Hi.
In Gradle, there's an option to exclude a library from one's dependencies to avoid it from being added. Like:
```cs
implementation("androidx.work:work-rxjava2:${versions.workManager}")
{ e…
-
#谢谢作者的代码
添加rxjava2做计时,添加停止接口
compile "io.reactivex.rxjava2:rxjava:2.1.7"
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
private Flowable mFlowable; //创建一个上游 Observable:
…
-
The initialisation of the SmallRyeManager seems to happen on first call of injected ManagedExecutor and ThreadContext instances (and first use of their builders). This in turn adds the ContextManagerE…
kabir updated
4 years ago
-
[Feature] request
Currently retrofit's call is cancelled as soon as RxJava subscription is disposed, i.e.
https://github.com/square/retrofit/blob/46dc939a0dfb470b3f52edc88552f6f7ebb49f42/retrofit-ad…