Mango
Mango
I need to perform RPC communication with .net. We have defined a class containing the map type: `public class TestMapDto { public int TestNumber; public Map Pairs; }` I assign...
Our company is an intranet environment,so How to run it without docker. I tried to compile locally,and the following operations are done, go get github.com/golang/protobuf/proto go get google.golang.org/grpc go get...
 这个客户端的透明代理的配置是要怎么配,我自己配了下iperf3 报错了: iperf3: error - unable to connect stream: Address already in use
I'm testing xray-core performance now. when I want to try socks5 protocol with xtls. Happend the flowing error : `Failed to start: main: failed to load config files: [xxxx.json] >...
I am working in clash.meta and xray with same go work project xray require https://github.com/SagerNet/sing at v0.0.0-20220801112236-1bb95f9661fc clash.meta require https://github.com/SagerNet/sing at v0.0.0-20220627234642-a817f7084d9c When I ues go work sync,It changed clash.meta...
### Issue description ext-plugin-post-resp processing content-type have problem I have seen fixed the issue: https://github.com/apache/apisix/pull/8588 But still have problem ### Environment * APISIX Go Plugin Runner's version: 0.5.0 * APISIX...
### Current Behavior 在ext-plugin-post-resp 中注册了一个golang插件,来捕获下载请求,在下载文件较大时会报错,代码片段: (Registered a golang plugin in ext-plugin-post-resp to capture download requests and report errors when downloading large files, code snippet) ``` func (f FileRetentionPlugin) ResponseFilter(conf interface{},...