HomePhabricator
Diffusion Comm d489ecfd51da

[services] Tunnelbroker - Removing of `get` and `send` methods from API and…

Description

[services] Tunnelbroker - Removing of get and send methods from API and native codebase

Summary:
This diff removes deprecated API methods from the Tunnelbroker API including the proto file and calls from the native codebase.
Deprecated API methods that should be removed:

  • Send
  • Get (stream)

These methods were added prior 0.5 version and were deprecated in a favor of the single bidirectional stream.

These diff changes take place in:

  • The protobuff file and its generated ones - by removing the API calls;
  • Native C++ network client-related codebase - by removing the API-related methods;
  • Tunnelbroker Rust gRPC server - by removing the empty handlers for the old API.

Linear task: ENG-1334

Test Plan: Services and native iOS and Android builds are successful.

Reviewers: atul, tomek, jon

Reviewed By: atul, tomek

Subscribers: ashoat, tomek, atul

Differential Revision: https://phab.comm.dev/D5684

Details

Provenance
maxAuthored on Nov 18 2022, 11:32 AM
Reviewer
atul
Differential Revision
D5684: [services] Tunnelbroker - Removing of `get` and `send` methods from API and native codebase
Parents
rCOMMab3f2bce300c: [services] Tunnelbroker - Removing the old API
Branches
Unknown
Tags
Unknown