James Newton-King

Results 646 comments of James Newton-King

> Do I understand the scenario correctly: A component under test uses NavigationManager to change the URL. In production, this would cause the component's (page) life cycle methods (OnParameterSet, etc.)...

> > I must say the behavior of ConfigureHttpClient is strange, would love know the reason why it is not allowed. > > +1. > > @JamesNK, can you clue...

There aren't any updates. I've created an issue to track improving gRPC - https://github.com/grpc/grpc-dotnet/issues/2425 I'm really busy so I'm not sure when I'll get time to look at it.

I think this works if you use gRPC 2.64.0 or later. It would be great if you could update your grpc package versions to the latest and see whether this...

Ok. Just saying, I think you can close this issue. The problem was in grpc and it's been fixed there and released.

How can I reproduce this locally? I attempted to run it locally using instructions at https://github.com/grpc/grpc-dotnet/tree/948be08b088fbf449982b731c8e1a7cf8abb1965/perf/benchmarkapps#qpsworker and changed the client args [to use streaming and 1MB payloads](https://github.com/JamesNK/grpc-dotnet/commit/99cae2ef6e1d673db0ba8852164249c56b773eb4), but I haven't...

I got the QPS JSON driver working from docker. Unfortunatly I still can't reproduce this. I think it ran it over 20 times and didn't get a hang. Console output:...

Ideas for next steps: * You could run wireshark on your computer to see the state of network traffic when the hang happens. If the server has completely written the...

These are the changes that happened in aspnetcore between R1 and R2: https://github.com/dotnet/aspnetcore/compare/v7.0.0-rc.1.22427.2...v7.0.0-rc.2.22476.2 RC2 changes are pretty conservative, so it's surprising that the problem would show up there. This is...