DEV Community

Discussion on: gRPC on dotnet core 3.1 on RaspberryPi 3

 
erikest profile image
erikest • Edited

An updated version of the package compiled against the v1.26 branch of the grpc repo is live. Be warned, while testing against the latest sdk using the dotnet publish command, it incorrectly chose the .so file from the grpc core package, ignoring the runtime identifier - this wasn't the case before, so I've filed an issue on github: github.com/dotnet/sdk/issues/4195

In the meantime, after publish, you may need to manually copy the correct version, or set it up as a post build action.