Changkun Ou
Changkun Ou
Thank you for this very interesting project. Here I share a few of my tests while using the project. I initially tested my personal project which has about 3.9k stars,...
### What version of Go are you using (`go version`)? $ go version go version devel go1.18-9133245be7 Sat Sep 4 20:35:25 2021 +0000 darwin/arm64 ### Does this issue reproduce with...
需要支持以下内容: - 语言级 bug 与修订 + [ ] 类型系统改进 [Type Punning](https://github.com/CppCon/CppCon2017/blob/master/Presentations/Type%20Punning%20In%20C%2B%2B17%20-%20Avoiding%20Pun-defined%20Behavior/Type%20Punning%20In%20C%2B%2B17%20-%20Avoiding%20Pun-defined%20Behavior%20-%20Scott%20Schurr%20-%20CppCon%202017.pdf) + [x] 弃用和删除的功能 - register - std::auto_ptr --> std::unique_ptr - std::random_shuffle - std::bind1st, std::bind2nd, ... - 语言增强 + [x]...
WIP There are limitations on Gio side, see https://todo.sr.ht/~eliasnaur/gio/319 Until there is progress, we can't merge this. Fixes #47
**Describe the bug** A cgo bug. ``` occamy | [GIN] 2019/11/12 - 15:58:36 | 200 | 129.4µs | 172.16.238.1 | POST /api/v1/login occamy | time="2019-11-12T15:58:36Z" level=info msg="occamy-proxy: new session was...
**Describe the bug** A cgo bug again. But not appear very often. ``` [Switching to Thread 0x7f7fc9bb2700 (LWP 11)] 0x00007f7fd40d9cc0 in pthread_mutex_lock () from /lib64/libpthread.so.0 Missing separate debuginfos, use: debuginfo-install...
**Describe the bug** segmentation fault exit, debug shows the error hanppens in between of ``` if (vnc_settings->encodings) rfb_client->appData.encodingsString = strdup(vnc_settings->encodings); ``` and ``` if (rfbInitClient(rfb_client, NULL, NULL)) { ``` which...
**Is your feature request related to a problem? Please describe.** The Guacamole protocol was designed for long connection over TCP. `sync` and `nop` instructions intend to pause the connection without...
1. Automatic pressure test, for many containers. 2. Number of threads, the thread should be exited if all connections are closed 3. CPU usage & memory usage. 4. tba
**Describe the bug** This CL reverts the network traffic improvements since it breaks the connection sharing feature: https://github.com/changkun/occamy/commit/ad688ffd5c736581c43387a09b0261b8df584584 This is due to the connection between occamy and removes desktop needs...