Arthur
Arthur
//here is my options opts := sockjs.DefaultOptions opts.ResponseLimit = 4096 opts.RawWebsocket = true opts.CheckOrigin = func(r *http.Request) bool { fmt.Printf("check origin request %v\n", r.URL) return true } opts.Origin = "*"...
cmake 指定 CMAKE_INSTALL_PREFIX=deps 后, make install 会失败。 CMake Error at cmake_install.cmake:77 (file): file INSTALL cannot copy file "/home/arthur/work/mynet/opt/libgo-2.6/tools/libgo.conf" to "/etc/ld.so.conf.d/libgo.conf".
在ubuntu22.04上使用 clang 14 编译 序列化一个更复杂的结构体到json会出现编译错误, 代码直接添加到json_example.cpp里了 https://github.com/cageq/iguana/blob/master/example/json_example.cpp 编译环境 wsl ubuntu 22.04.1 lts cc --version Ubuntu clang version 14.0.0-1ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin c++ --version Ubuntu clang version...
can you provide a multi thread tcp server sample? uv_write2 only works only with multi processes ?
uv_write2 can't send file handle to pipe between threads? I get hints from other posts: "There is no way to accept a client on another loop. There are a number...
```shell ggml_opencl: selecting platform: 'NVIDIA CUDA' ggml_opencl: selecting device: 'NVIDIA GeForce RTX 3080' ________ __ __ __ __ ___ (百川) / ____/ /_ ____ _/ /_/ / / / /...