Skip to content

[Discussion] SignalR Java Client updated to RxJava3 #31450

Closed

Description

Discussion for announcement aspnet/Announcements#457

SignalR Java Client updated to RxJava3

RxJava2 had it's end-of-life in February 2021. We are updating the SignalR Java Client to the newer RxJava3.

Version introduced

6.0.0-preview4

Old behavior

The RxJava package reference in the library was RxJava2.

New behavior

The RxJava package reference in the library is now RxJava3.
You can read https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for what changed in RxJava3.

Reason for change

The old dependency (RxJava2) is no longer maintained.

Recommended action

If you were using RxJava2 in your app/library you might need to update to RxJava3. See https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for help.

Category

ASP.NET

Affected APIs

"Not detectable via API analysis"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    area-signalrIncludes: SignalR clients and serversfeature-client-javaRelated to the SignalR Java client

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions