mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Fix SignalR call to start remote control session.
This commit is contained in:
parent
0857b38655
commit
543538ce44
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user