mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Merge branch 'google3' to roll forward up to cl/353292511.
This commit is contained in:
@@ -123,7 +123,8 @@ WebrtcBwuHandler::CreateUpgradedEndpointChannel(
|
||||
peer_id.GetId().c_str(), location_hint.DebugString().c_str());
|
||||
|
||||
mediums::WebRtcSocketWrapper socket =
|
||||
webrtc_.Connect(service_id, peer_id, location_hint);
|
||||
webrtc_.Connect(service_id, peer_id, location_hint,
|
||||
client->GetCancellationFlag(endpoint_id));
|
||||
if (!socket.IsValid()) {
|
||||
NEARBY_LOG(ERROR,
|
||||
"WebRtcBwuHandler failed to connect to remote peer (%s) on "
|
||||
|
||||
Reference in New Issue
Block a user