gggto

Results 3 comments of gggto

As suggest, cross-platform behaviour is, well, not quite there. We talked earlier in about possible solutions. While looking for an async equivalent of `ipipe`, I stumbled upon [`parity-tokio-ipc`](https://github.com/paritytech/parity-tokio-ipc), and was...

I'd like to raise several (maybe dumb) questions/concerns regarding this issue: 1. How does that affect multiple processes accessing the pipe (for example, different binaries for server and client, maybe...

Ok, so maybe the solution is actually to acknowledge that client/server difference in the code rather than to hide it I mean sure, it doesn't exist on unix, but if...