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

Tweak window sizes to make interop tests pass #154

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

jtattermusch
Copy link
Contributor

Fixes #149.

I don't like this "fix" at all, because it just masks the fact that Grpc.AspNetCore.Server doesn't work with default params when client sends large messages. The point of "large_unary" test is to test that flow control works as expected (which it currently doesn't by default).

Can we come up with a better fix until dotnet/aspnetcore#8200 is available?

@JunTaoLuo
Copy link
Contributor

The fix in dotnet/aspnetcore#8200 will be available in preview 4 so I'm not too concerned with finding an alternative.

@jtattermusch
Copy link
Contributor Author

@JunTaoLuo what's the ETA for preview4?

@JunTaoLuo
Copy link
Contributor

Our preview cadence is about once a month and we just released preview 3 so I'd assume around middle of April.

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

Successfully merging this pull request may close these issues.

large_unary interop test timing out against most grpc clients
3 participants