Skip to content

Commit

Permalink
feat: bump grpc.net.client to v2.63.0 (#556)
Browse files Browse the repository at this point in the history
This addresses regressions we saw when spawning many new
connections. Possibly fixed by grpc/grpc-dotnet#2422
  • Loading branch information
malandis committed May 24, 2024
1 parent 80b50ba commit 1d8a472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Momento.Sdk/Momento.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Folder Include="Messages" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.61.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="Momento.Protos" Version="0.106.0" />
<PackageReference Include="JWT" Version="9.0.3" />
Expand All @@ -61,7 +61,7 @@
</ItemGroup>
<ItemGroup Condition=" $(DefineConstants.Contains('USE_GRPC_WEB')) ">
<!-- Currently the Unity build needs gRPC-Web -->
<PackageReference Include="Grpc.Net.Client.Web" Version="2.52.0" />
<PackageReference Include="Grpc.Net.Client.Web" Version="2.63.0" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
Expand Down

0 comments on commit 1d8a472

Please sign in to comment.