Revert "refactor(AuthHub): SendKeyAsync aktualisiert, um Caller anstelle von All zu verwenden"
This reverts commit 062942b2d25451e2d613e13ad54141eb1ea67015.
This commit is contained in:
parent
062942b2d2
commit
d21da5028e
@ -6,5 +6,5 @@ namespace DigitalData.Auth.API.Hubs;
|
|||||||
public class AuthHub : Hub<IAuthListenHandler>, IAuthSenderHandler
|
public class AuthHub : Hub<IAuthListenHandler>, IAuthSenderHandler
|
||||||
{
|
{
|
||||||
public async Task SendKeyAsync(string name, string value)
|
public async Task SendKeyAsync(string name, string value)
|
||||||
=> await Clients.Caller.ReceiveKeyAsync(name, value);
|
=> await Clients.All.ReceiveKeyAsync(name, value);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user