-
When I started with RxPY, I often run into the problem of missing a message when subscribing to an observable. This is especially true when working with the `shared` operator. This can be demonstrated…
-
I am getting following crash while calling requestTakePicture()
04-19 12:07:31.102 28721-28721/com.ragnarok.rxcamera.example E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.ragnarok.rxcam…
-
The [ConnectionHandler](https://github.com/ReactiveX/RxNetty/blob/0.5.x-rxjava2/rxnetty-tcp/src/main/java/io/reactivex/netty/protocol/tcp/server/ConnectionHandler.java) on the 0.5.x-java2 branch still…
-
Since Rx5 introduces some breaking changes ([link](https://github.com/ReactiveX/RxJS/blob/master/MIGRATION.md)), I was wondering if `rx.angular.js` will eventually move to Rx5 too.
For example, `rx.O…
-
#### Goal
Avoid crashes.
#### Expected Results
Crashes do not happen. Transactions completes successful without crashes.
Also I want to know what kind of code can lead to this crash.
#### Actual Res…
-
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'dji.common.mission.tapfly.TapFlyMode dji.internal.ddf.fdd.koy.ddd.uio()' on a null object reference
at dji.sdk.mission.tap…
-
Here are the (approximate) steps I had to take to migrate from 0.x to 1.x:
_Update yolk_
```
npm install yolk@latest --save
```
_Remove old rx, since yolk is now using rx@5.0.0-beta-x_
```
npm uni…
-
Both RxJS and Rx .NET implement DelaySubscription:
- [`Rx.Observable.prototype.delaySubscription`](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/delaysubscription.md)
…
-
In Activity's _onCreate()_ I call:
```
connectivityManager = getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
RxNetwork.connectivityChanges(this, connectivityMa…
-
Hi everyone,
I've created a simple Gateway containing three routes, of which on is protected Hystrix.
The route itself basically looks like this:
```
route("cookie is there",
r -> r.cookie(C…