Fix SignalR call to start remote control session.

This commit is contained in:
Jared Goodwin 2023-05-17 07:30:41 -07:00
parent 0857b38655
commit 543538ce44

View File

@ -151,7 +151,8 @@ namespace Remotely.Server.API
accessKey,
HttpContext.Connection.Id,
string.Empty,
orgName);
orgName,
orgID);
var waitResult = await session.WaitForSessionReady(TimeSpan.FromSeconds(30));
if (!waitResult)