Mayuki Sawatari

Results 8 issues of Mayuki Sawatari

### Is your feature request related to a problem? Please describe. Currently, [`GrpcClientFactoryOptions.Creator`](https://github.com/grpc/grpc-dotnet/blob/bf26e0377abfa86f34778ee1347565f02d90ffb5/src/Grpc.Net.ClientFactory/GrpcClientFactoryOptions.cs#L50) can implement custom client generation, but the client type is not passed to the `Creator` delegate, so...

enhancement

- [ ] IBufferWriter - [x] Fundamental implementation - [x] #496 - [x] #499 - [x] #558 - [ ] Client/Generator - [x] #530 - [ ] Marshaller wrapper API...

When starting a background task (fire-and-forget) in a request session, Rin can't capture events after the request session complete.

enhancement

- [x] StackFrame - [ ] Array - [x] Field - [x] instance - [x] static - [x] Property - [x] Virtual function call - [ ] interface - [...

We are currently testing and experimenting with a solution to use grpc-dotnet (Grpc.Net.Client) on Unity. This includes Unity Editor support on Apple Silicon, which is currently lacking in the C-core...

stale
area-Unity

This PR changes to Builder pattern like ASP.NET Core. (`AddControllers`, `AddGrpc` etc..) This helps to organize the scattered extension methods to `IServiceCollection` in one place. ### Before ![image](https://github.com/Cysharp/MessagePipe/assets/9012/09f45303-159d-4a9a-b575-8cb5d0bfa156) ### After...

Original Issue #26 Here is my test results. Environment: Windows 11. (All nugets latest, magiconion and grpcwebsocketbridge. Application: Net MAUI Blazor Hybrid Connection from Windows: Successful with new upgrade. ###...