-
### Description
After upgrading containerd from version 1.6.34 to 1.6.36, I encountered an error when containerd tries to connect to the shim: `failed to create containerd task: failed to start shim:…
-
**FTP Server OS:** Unknown
**FTP Server Type:** Unknown
**Client Computer OS:** Debian
**FluentFTP Version:** 51.0.0
**Framework:** .NET 8
Sometimes we have the following stacktrace tha…
-
I am interested in using the Client-Server pattern (https://zeromq.org/socket-api/) in my rust project, so just wanted to register that interest here and add these socket types to the list of issues f…
-
For TCP, there are two kinds of sockets, those bound (on which `accept` makes sense), and those connected or accepted (on which read/write makes sense). These are the same type in POSIX systems, but c…
-
The socket transport on the server side is the one used in Kestrel by ASP.NET Core. It's optimized to not allocate and has a memory pool that uses pre-pinned buffers to avoid heap fragmentation. Unfor…
-
Hello kerry. I have tried connect simultaneously 1k socket clients to super socket server. In config i setup 1k maximum connections. Some time server accepts 1k some time no and stucked. It connects a…
-
### 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…
-
I am trying to implement a basic server push scenario where the server makes multiple push requests. The client is first expected to process pushed requests and only then await for the main response. …
-
### vSomeip Version
v3.5.1
### Boost Version
1.74
### Environment
Ubuntu 22.04, x86, AWS instance
### Describe the bug
Following vSOMEIP in 10 minutes, to establish communication …
-
The easiest way to reproduce this is with using the TCP listener in combination with the `http_ws_server` mock.
**Computer 1**
```bash
$ ./tunnel tcp:0.0.0.0:10080 -r udp:127.0.0.1:51820 -o heade…