-
The error occurs at this location:
https://github.com/tokio-rs/mio/blob/4a5114e518b982f49ce093be6d0d2a2ab86472d1/src/sys/windows/named_pipe.rs#L871
In `io.read` comes `State::Err` with: `Err The p…
-
**Why?**
Currently, `Deno.connect` only supports IPC for unix (using unstable `transport: "unix"`). There should be named pipes support too, which would allow IPC on Windows (as NodeJS' `net` mode …
-
We should get them to work just like stdin and stdout ?
Currently, opening a named pipe (for reading or writing) completely blocks factor until the other "end" of the pipe has been opened (that's be…
-
So far cutiepipe only has one main pipe. An important, needed feature is "named pipes". Maybe with the following syntax:
``` shell
# Some shell session
$ tail -f -n 1 log.txt | cutiepipe -n "apache l…
-
### Version
v21.6.2
### Platform
Microsoft Windows NT 10.0.22631.0 x64
### Subsystem
_No response_
### What steps will reproduce the bug?
When using the following code snippet in …
-
### Problem Statement
Currently, the plugin supports Unix domain sockets, but not Windows named pipes.
I was trying to come up with a minimal solution before opening an issue, but I've encounter…
-
Prelim testing of my app on python3.13 threw this error from core.py for u folks to consider:
ModuleNotFoundError: No module named 'pipes'
I haven't researched it further. Has anyone tinkered …
-
Injecting a DLL isn't hard, but for communication with Injected DLL's, you need IPC. Named Pipes are the best IPC I've found so far.
-
### You want to:
* [] report a *bug*
* [x] request a *feature*
### Current behaviour
I could not find a way to make a client to server connection using a named pipe. It should be possible to e…
-
Hello,
I am one of the [openSUSE websocat package]() maintainers.
The package build routines nowadays include a check via cargo audit to only allow updates without security vulnerabilities.
The c…