Tewr
Tewr
Hello. Thank you for this, warms my heart, this is only the second (Ithink) pull request I've got on this project. I never got around to doing complex types because...
> the serialized version of CustomKnownTypes property can be in the same object Sounds a bit confusing. However I was probably wrong about Type[] it should more likely be named...
> So I finished the development with the string[] type. Should I commit now without the test, or with the test altogether if it'll be ready? > If I do...
I've created a [small library called BlazorWorker](https://github.com/Tewr/BlazorWorker) which creates a new dotnet process using web workers. It's very similar to multithreading, main difference being no shared memory, only message passing...
FIxed by #98
For credit, this fork has been merged through another pr (#103)
Hello. Currently, you can only pass serializable objects over the "service border". A System.Io.Stream is not serializable, so for it to be a part of the service contract, specific support...
Working prototype and test page but needs some love (no repeat of the init code, and also probably needs Merge() to work fully)
Hello, first of all, thank you for your interest in the project and for taking the time to ask these kind of questions. > 1. Having created a background service...