Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serve] allow gRPC deployment to use grpc context #41667

Merged
merged 15 commits into from
Dec 8, 2023
Prev Previous commit
Next Next commit
drop duplicated method
Signed-off-by: Gene Su <e870252314@gmail.com>
  • Loading branch information
GeneDer committed Dec 6, 2023
commit 77b56fd9bda90965bad7955d49cfc3e2d2fe296c
3 changes: 0 additions & 3 deletions python/ray/serve/_private/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ def code(self):
def details(self):
return self._details

def invocation_metadata(self):
return self._invocation_metadata

def peer(self):
return self._peer

Expand Down
Loading