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

.NET 7 onWithResult response to server #271

Open
haquex19 opened this issue Jan 29, 2023 · 1 comment
Open

.NET 7 onWithResult response to server #271

haquex19 opened this issue Jan 29, 2023 · 1 comment

Comments

@haquex19
Copy link

Starting with .net 7, it is now possible for a server to invoke a method on the client and wait for a response from the client: https://learn.microsoft.com/sv-se/aspnet/core/signalr/hubs?view=aspnetcore-7.0#client-results

This is a handy feature, at least in my case the goal was to use it as an "acknowledgement". If the client acknowledges the message, we can prevent further processing, eg: prevent sending a push notification if we already know the client has handled the message.

This feature seems to already be implemented on the java client which I am using for Android dev. Would love it if this was also being worked on for the swift client so that iOS has parity as well.

@moozzyk
Copy link
Owner

moozzyk commented Feb 3, 2023

Thanks for the request. This seems like a decent amount of work so I wouldn't expect this anytime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants