-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[server] Remove per-channel registered methods map (grpc#35231)
grpc#34286 was split into two parts - the first part was submitted in grpc#34612, to move to absl::flat_hash_map for per-channel registered methods map, and this is the second part to remove the per-channel map and switch to using per-server. Closes grpc#35231 COPYBARA_INTEGRATE_REVIEW=grpc#35231 from ananda1066:remove_rm2 6b15454 PiperOrigin-RevId: 588928459
- Loading branch information
1 parent
22537cb
commit 8cfce72
Showing
2 changed files
with
54 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters