Skip to content

use nuget proto.remote v1.8 cant use GrpcNetRemoteConfig. in this case, use Proto.Remote.GrpcNet ,It seems the version is too low. #41

@zweiluan

Description

@zweiluan
        var config = GrpcNetRemoteConfig
              .BindToLocalhost()
            .WithProtoMessages(MessageReflection.Descriptor)
            .WithRemoteKind("echo",Props.FromProducer(()=> new EchoActor()))
            .WithChannelOptions(new Grpc.Net.Client.GrpcChannelOptions
            {
                CompressionProviders =new[] {
                new GzipCompressionProvider(CompressionLevel.Fastest)
                }
            });

but use v1.7 this is no problem。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions