You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: