Tewr
Tewr
I'm curious to why you say that data must be deserialized on the main thread and why it cannot be avoided. You can try optimizing by downloading data directly to...
> must be returned to the main thread so we can use JS interop to pass the data on to our Three.js methods. You could probably serialize from the worker...
Hello, The debugging experience has always been very limited. It's possible that creating a new process while attached somehow breaks the debugger connection, like a conflict or something. I don't...
I haven't found any workaround. However I have found this issue which is surely related: https://github.com/dotnet/runtime/issues/98208
I'll try to summarize the example code more or less in the order I would code them. So in addition to your service you need a "startup service". Instead of...
Hello. I would need some more information to help. That said, I'm no docker expert. Is this a runtime issue at the server? Is it a server side or client...
Initial tests fails on startup most of the time. The hotter /faster the startup is, the more likely it is to fail. Error is very frequent but not constant, and...
No news really, sorry. I probably have to fundamentally change the bootstrapper, it's not going to be a quick fix. May be a full rewrite. Have a look at the...
.net9 support is now tested and confirmed using the current version. Possibly due to changes in browser behaviour.