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

Request sent 'identity' grpc-encoding value with compressed message. [probably issue on dart-server side] #19

Closed
RubenGarcia opened this issue Sep 18, 2023 · 3 comments

Comments

@RubenGarcia
Copy link
Contributor

Following the tutorial and talking to a dart server, I get

Request sent 'identity' grpc-encoding value with compressed message.

on Windows 64, Unity Editor Windows 64 and Linux 64.

Does anybody have a workaround?

@RubenGarcia
Copy link
Contributor Author

Using

var cl = new System.IO.Compression.CompressionLevel();

and giving to GrpcChannelOptions

CompressionProviders = new List<ICompressionProvider>() { new GzipCompressionProvider (cl) }

did not make a difference

CompressionProviders = new List<ICompressionProvider>()

also did not make a difference.

@RubenGarcia
Copy link
Contributor Author

It seems issue is on dart side; I will keep this open until issue is solved, then close.

@RubenGarcia RubenGarcia changed the title Request sent 'identity' grpc-encoding value with compressed message. Request sent 'identity' grpc-encoding value with compressed message. [probably issue on dart-server side] Sep 20, 2023
@RubenGarcia
Copy link
Contributor Author

RubenGarcia commented Mar 19, 2024

This PR fixes the issue.
grpc/grpc-dart#693

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant