Skip to content

Commit 543538c

Browse files
committed
Fix SignalR call to start remote control session.
1 parent 0857b38 commit 543538c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Server/API/RemoteControlController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ await _serviceHub.Clients.Client(serviceConnectionId).SendAsync("RemoteControl",
151151
accessKey,
152152
HttpContext.Connection.Id,
153153
string.Empty,
154-
orgName);
154+
orgName,
155+
orgID);
155156

156157
var waitResult = await session.WaitForSessionReady(TimeSpan.FromSeconds(30));
157158
if (!waitResult)

0 commit comments

Comments
 (0)