Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix build
  • Loading branch information
JamesNK committed Jun 13, 2025
commit 18ca377207005ef983ffc46544c5da912d5cdb66
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private async Task<TResponse> AwaitInvoker(Task<TResponse> invokerTask, GrpcActi
}
}

private async Task<TResponse> AwaitServiceReleaseAndThrow(ValueTask releaseTask, ExceptionDispatchInfo ex)
private static async Task<TResponse> AwaitServiceReleaseAndThrow(ValueTask releaseTask, ExceptionDispatchInfo ex)
{
await releaseTask;
ex.Throw();
Expand Down
Loading