-
Amazing project. Just wonder whether is it fully tested and production ready ?
-
Installing `TensorpipeTargets.cmake` and `TensorpipeTargets-.cmake` is useless if a config file including `TensorpipeTargets.cmake` is not installed with these files: https://cmake.org/cmake/help/late…
-
Our `alogf` log function prefixes logged messages with a timestamp, which is very useful. Unfortunately, that requires two printf statements, which we don't want to get split up by concurrent writes. …
-
在第一个close中 uv_mutex_lock(&mutex_clients_); 没有unlock ,关闭后,重新开启会出现问题
-
* **Version**: 1.20.3
* **Platform**: Windows 7 64bit
**I have a tcp connection with a timer at my server program.**
**When the connection receives EOF, the server would stop a timer and remove…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 6.2.0-32-generic x86_64 x86_64 (Ubuntu 22.04.3)
### What steps can repr…
-
I'm not sure how much this can happen in practice, but handling of the count returned from `sendmmsg()` syscall seems not ideal. Notably:
1. If only some of the packets were sent, the code acts as …
-
`uv_buf_t` portability between windows and unix. The library itself is portable by having different header files for windows and unix targets. Given a portable library it is expected to write a portab…
alzix updated
3 years ago
-
When trying to deploy on updated CentOS 7 ScienceCloud images, I ran into the following problem:
```
$ yum update
$ yum install epel-release
$ yum install nodejs
```
```
Loaded plugins: f…
-
I compile openssl1.1.0h use the default config. Just test evt and client in libuv-tls directory. And i receive coredump as follows, I found something related [here](https://github.com/curl/curl/issues…