Skip to content

Commit

Permalink
Merge branch 'development/mediascape' into deployment/mediascape
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 19, 2023
2 parents a8c786d + 420c2a2 commit 303961f
Show file tree
Hide file tree
Showing 73 changed files with 2,331 additions and 1,270 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ dlls/
Testbed.sln
Assembly-CSharp.csproj
cameraconfig.xml
cameraconfig.json
config-user.json
.collabignore
*.csproj
*.sln
Expand Down
2 changes: 1 addition & 1 deletion Assets/ExternalAssets/VR2G-nativeLibraries
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using VRT.Orchestrator.Wrapping;
using UnityEngine;

/** NOTES:
* NOTE 1 CommandId:
Expand Down Expand Up @@ -94,6 +95,7 @@ public OrchestratorWSManager(string orchestratorUrl, IOrchestratorConnectionList
this.connectionListener = connectionListener;
this.messagesListener = messagesListener;
}

public OrchestratorWSManager(string orchestratorUrl, IOrchestratorConnectionListener connectionListener) : this(orchestratorUrl, connectionListener, null)
{
}
Expand Down Expand Up @@ -131,6 +133,7 @@ public void SocketConnect(List<OrchestratorMessageReceiver> messagesToManage)
// Socket.io disconnection
public void SocketDisconnect()
{
UnityEngine.Debug.Log("OrchestratorWSManager: xxxjack SocketDisconnect()");
Manager.Close();
}

Expand Down
Loading

0 comments on commit 303961f

Please sign in to comment.