Julius

Results 13 comments of Julius

I could install Devtoys now after collecting some dependencies. Not sure where I got Microsoft.UI.Xaml from, but I have "Microsoft.UI.Xaml.2.7 7.2203.17001.0" installed. Then you need: Microsoft.NET.Native.Framework.2.2.appx and Microsoft.NET.Native.Runtime.2.2.appx from here:...

I ported Richards now as well, I think this could go in if style is fine. I saw the csharp branch, should I try to merge the two or would...

I merged your branch in to extend the test suite - I hope that's ok? (The brnach also contained some changes outside of the CSharp folder) In the Harness, I...

Hi :-) Thanks for having a look already. I have created a demo application that reproduces our issue. When I run it, it starts off at 100MiB ram usage but...

Thanks again for keeping the ball rolling 👍 I have uploaded the code as a repo here: https://github.com/jfheins/SignalRRepro on to your questions: > > When I serialize them into a...

> @jfheins can you share how your container limits were configured? Sure 👍 this is what we use now (memory limit before this started happening was 1 GiB) ``` replicaCount:...

I have experimented with the cancellation token a bit more and saw that the message delay can reach about 5x the token time. So with a token of 1s I...

Thanks for the engagement, it really makes me feel that our issue is heard and we're enabled to make more cool software 😊 First off maybe the main reason I...

> One last question, can you reduce the message rate? Is that also an option here? I am currently working on some batching, i.e. collecting messages over 50nms and sending...

> As promised I gave it a test run 👍 There is still plenty of delay building up in the client, but the memory server side looks very good (=constant)...