mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 01:57:22 +00:00
Update test comments
This commit is contained in:
parent
2b65cf0587
commit
59d3f69f95
4 changed files with 13 additions and 5 deletions
|
|
@ -127,7 +127,7 @@ func (s *Session) bridgeConnection(serverID string, gameName string, roomID stri
|
|||
|
||||
// Ask overlord to relay SDP packet to serverID
|
||||
resp.TargetHostID = serverID
|
||||
log.Println("Sending offer to overlord to relay message to target host", resp.TargetHostID, "with payload", resp)
|
||||
log.Println("Sending offer to overlord to relay message to target host", resp.TargetHostID, "with payload")
|
||||
remoteTargetSDP := s.OverlordClient.SyncSend(resp)
|
||||
log.Println("Got back remote host SDP, sending to browser")
|
||||
// Send back remote SDP of remote server to browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue