Await call.

This commit is contained in:
Jared 2020-11-12 07:30:21 -08:00 committed by Jared Goodwin
parent 51cf9b4c1c
commit b0f50d08af

View File

@ -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);
}
}