MessagePipe icon indicating copy to clipboard operation
MessagePipe copied to clipboard

High performance in-memory/distributed messaging pipeline for .NET and Unity.

Results 29 MessagePipe issues
Sort by recently updated
recently updated
newest added

Hello Team, This is a wonderful project. I would like to know, does this library work with Godot? If yes could you please give share with me the instructions to...

I'm trying to use `IRemoteRequestHandler` with named pipes between two processes on the same machine but I'm having no luck. As far as I can tell from debugging, the problem...

MessagePipe is just wonderful. His performance is unmatched by competitors today. I used it in an experiment project of mine and the difference in load tests is noticeable. The only...

When trying to bind MessagePipe as per the "zenject sample" instructions and validate it through Zenject's scene validator (Asset/Zenject/Validate [any]), [GlobalMessagePipe.SetProvider throws an error at line 21](https://github.com/Cysharp/MessagePipe/blob/1ff8f639f62766fdb70f1abc4ff38312ee7ae388/src/MessagePipe/GlobalMessagePipe.cs#L21) when it's trying...

Maybe(/probably) I'm missing something but I'm not quite sure why `IDistributedPub/Sub` forces me to specify a key? I'm using this with named pipes for direct IPC between a windowless backgound...

Am I realized correctly that `IRequestHandler` class is stateless? I would like to have IRequestHandler singleton with its own state. But IRequestHandler seams to creating inside of BuildServiceProvider. Can I...

### [Related issue on VContainer](https://github.com/hadashiA/VContainer/issues/328) Hello, I've recently upgraded from Unity 2020 LTS to Unity 2021 LTS (2021.3.8f1 as of submitting this issue). This broke VContainer code generation and now...

Hey, sorry for misusing the issue section but it seems like this is the most straightforward way to ask a rather simple question. Please forward me to the right platform,...

stale

Hi, It seems that VContainer has open generic support in 1.14.0. (https://github.com/hadashiA/VContainer/pull/367) Are there any plans for this registration support in MessagePipe?

## tl;dr; Replace create-release with `Cysharp/Actions/.github/workflows/create-release.yaml`. This brings central managed release flow control. see: https://github.com/Cysharp/MessagePipe/actions/runs/7814250899