-
Edit: for anyone having the same issue, post the error log and mention if you have logged in.
Edit2: solution: Log out -> force close(If you not familiar with that, restart the phone) -> restart, mak…
-
### Is your feature request related to a problem? Please describe.
As far as I can see from supported libraries document, vertx-rxjava2 is supported but vertx-rxjava3 is not. This results in disconne…
-
In various places of the Vert.x codebase, we have abstract interfaces. For example:
```java
/**
* A {@link HttpProxy} interceptor.
*/
@VertxGen(concrete = false)
public interface ProxyInterc…
-
### Description
Vert.x has 3 different thread models, worker, vthreads and standart. For high performance web application api we are using ThreadingModel.VIRTUAL _THREAD. However this model breaks …
-
```java
{"user_action":"requested stream","request":"https://www.youtube.com/watch?v=D_9nDQXg_4E","content_language":"en-US","content_country":"US","app_language":"en_US","service":"YouTube","package"…
-
Are there any plans to update the library to support RxJava3?
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/a…
-
## Exception
* __User Action:__ requested stream
* __Request:__ https://www.youtube.com/watch?v=Mi75r8M0p9w
* __Content Country:__ US
* __Content Language:__ en-US
* __App Language:__ en_US
* __Servic…
-
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, …
-
Is it planned to upgrade to rxjava3 in the nearest future?