The Wayback Machine - https://web.archive.org/web/20220520172040/https://github.com/dotnet/aspnetcore/pull/41774
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SignalR client results to Java client #41774

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

BrennanConroy
Copy link
Member

@BrennanConroy BrennanConroy commented May 20, 2022

Part of #5280

In addition to adding client result support, we should also add support for async .On handlers, otherwise we're basically expecting users to have blocking .On handlers when returning results (think wait for user input) which is bad, or that they immediately have a result when called, which isn't great.

Ignore most of the code right now, opening as draft to start looking at the new API being added.

@BrennanConroy BrennanConroy added area-signalr signalr-client-java labels May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr signalr-client-java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant