mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Await call.
This commit is contained in:
parent
51cf9b4c1c
commit
b0f50d08af
@ -217,7 +217,7 @@ namespace Remotely.Server.Hubs
|
||||
else
|
||||
{
|
||||
SessionInfo.Mode = RemoteControlMode.Normal;
|
||||
_ = Clients.Caller.SendAsync("RequestingScreenCast");
|
||||
await Clients.Caller.SendAsync("RequestingScreenCast");
|
||||
await CasterHubContext.Clients.Client(screenCasterID).SendAsync("RequestScreenCast", Context.ConnectionId, RequesterName, AppConfig.RemoteControlNotifyUser);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user