-
-
I've tried to find a minimal example to reproduce this for a while now, but then get different errors or none at all, so here's the original one (I'll add the other traces collapsed at the end):
Rep…
-
### Describe the bug
When sending commands to healenium proxy, its should forward them to correct path of appium server (which set on SELENIUM_SRVER_URL). im using this url with base_path /wd/path, b…
-
## Subject
Running the boost::beast example (https://www.boost.org/doc/libs/1_81_0/libs/beast/example/http/client/async/http_client_async.cpp) with LD_PRELOAD=libvma.so fails
## Issue type
- [X…
-
HA recommended an update for this, after waiting a few days I hit the trigger. Since then there seems to be no communication from HA.
Any help would be appreciated 👍
HA Addon log
```
2024/10/26 …
-
hello,
imho your code is well written, especially the IOCOMP windows code,
however let me express doubts about the scalability and reliability of EPOLL linux wrapper, using a single thread with gl…
ghost updated
5 years ago
-
I just have a quick question :)
Does this websocket server support `epoll` ?
-
PS C:\Users\coco> docker run -it -p 1935:1935 -p 8080:80 --rm alfg/nginx-rtmp:cuda
" "VLC/3.0.19 LibVLC/3.0.19"
2024/11/21 01:36:56 [info] 13#13: *1 client 172.17.0.1 closed keepalive connection
…
-
Hi, I'm planning to use this. Just wanted to ask if this was still being actively maintained.
Also on a cursory glance, i couldn't find a mapping to epoll_release, which is think is helpful in grac…
-
## epoll
> epoll 是 Linux 下高效的 I/O 事件通知机制,用于监视多个文件描述符上的事件。
> 它允许程序等待多个 I/O 事件同时发生,而不必为每个 I/O 事件都创建一个线程或进程。
```c
// 1. 创建 epoll 实例
// int epoll_create1(int flags);
int epoll_fd;
epoll_fd = …