-
From issue https://github.com/thecountoftuscany/PyTeapot-Quaternion-Euler-cube-rotation/issues/11, it seems like the program just hangs if the sockets are not configured properly (issue was reproduced…
-
### What version of gRPC and what language are you using?
gRPC : v1.37.1
protobuf : v3.15.2
### What operating system (Linux, Windows,...) and version?
Linux 20.04
### What runtime / comp…
-
I started a [thread](https://github.com/rapidsai/ucx-py/issues/1072) in ucx-py, and now I have replaced ucx-py with ucxx, which resolved the blocking issue. However, in terms of performance, ucx is sl…
-
Validate
- Unix domain socket
- Named pipes (only windows?)
Note for containers:
Containers need to share sock files via volumes
-
When opening a BSP connection with Bloop via `bloop bsp --protocol local --socket /path/to/socket`, Bloop doesn't delete the socket file when it stops listening on it.
Even though its path is provi…
-
v0.3.0 release vgpu-server create socket at /run/alnair.sock on the host machine, user container mount hostpath volumn /run/alnair.sock to communicate.
vgpu-server was deployed directly on the host.…
-
### Description
I propose to implement a Socket.io client to facilitate real-time communication between the client and server. This will allow for features such as instant messaging, live notificatio…
-
```
Currently, the Reality Builder JavaScript client polls the server. The
results are delays and lots of unnecessary server requests (most of the
time there are no changes).
```
Original issue repor…
-
We've received feedback that it might be good to be able to choose if the site or supervision system acts as a socket server or client.
RSMP currently specifies the supervision system to implement …
-
Many Node.js applications leverage Unix Domain Sockets for inter-process communication (IPC), providing a more efficient and secure way to communicate compared to traditional network sockets. Supporti…