File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Assets/Scripts/ConnectionManagement Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ public override async Task SetupHostConnectionAsync()
115115 }
116116 }
117117
118- // Note: MultiplayerSDK refactoring
119118 /// <summary>
120119 /// UTP's Relay connection setup using the Session integration
121120 /// </summary>
@@ -148,7 +147,6 @@ public override void SetupClientConnectionAsync()
148147 return ( false , false ) ;
149148 }
150149
151- // TODO SESSIONS:
152150 // When using Session with Relay, if a user is disconnected from the Relay server, the server will notify the
153151 // Session service and mark the user as disconnected, but will not remove them from the Session. They then have
154152 // some time to attempt to reconnect (defined by the "Disconnect removal time" parameter on the dashboard),
@@ -160,7 +158,6 @@ public override void SetupClientConnectionAsync()
160158 return ( success , true ) ; // return a success if reconnecting to session returns a session
161159 }
162160
163- // Note: MultiplayerSDK refactoring
164161 public override async Task SetupHostConnectionAsync ( )
165162 {
166163 Debug . Log ( "Setting up Unity Relay host" ) ;
You can’t perform that action at this time.
0 commit comments