We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b091 commit 6ed23e4Copy full SHA for 6ed23e4
Assets/HoloToolkit/Sharing/Scripts/ServerSessionsTracker.cs
@@ -172,8 +172,8 @@ private void OnSessionClosed(Session session)
172
{
173
if (Sessions[i].GetName().ToString().Equals(session.GetName().ToString()))
174
175
- SessionClosed.RaiseEvent(session);
176
- Sessions.Remove(session);
+ SessionClosed.RaiseEvent(Sessions[i]);
+ Sessions.Remove(Sessions[i]);
177
}
178
179
0 commit comments