mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Revert incoming connections listener changes for internal breakages.
PiperOrigin-RevId: 542010849
This commit is contained in:
committed by
Copybara-Service
parent
b6a8802cb9
commit
1973b09849
@@ -110,12 +110,6 @@ class SimulationUser {
|
||||
// callback.
|
||||
void RejectConnection(CountDownLatch* latch);
|
||||
|
||||
// Calls PcpManager::StartListeningForIncomingConnections.
|
||||
// If latch is provided, latch->CountDown() will be called on call completion.
|
||||
void StartListeningForIncomingConnections(
|
||||
CountDownLatch* latch, absl::string_view service_id,
|
||||
const v3::ConnectionListeningOptions& options, Status expected_status);
|
||||
|
||||
// Unlike acceptance, rejection does not have to be mutual, in order to work.
|
||||
// This method will allow to synchronize on the remote rejection, without
|
||||
// performing a local rejection.
|
||||
|
||||
Reference in New Issue
Block a user