浏览代码

Also log sent data

/3.1
Tim Mowrer 5 年前
当前提交
f0e47711
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      Assets/Scenes/ARCollaborationData/TCPConnection.cs

1
Assets/Scenes/ARCollaborationData/TCPConnection.cs


// Send the header followed by the ARCollaborationData bytes
m_WriteBuffer.Send(stream, header);
m_WriteBuffer.Send(stream, collaborationBytes);
Logger.Log($"Sent {collaborationBytes.Length} bytes of collaboration data.");
}
}

正在加载...
取消
保存