clia

Results 10 comments of clia

How about the progress of this? I'm generating the PostgreSQL header files using bindgen, but in the output files there're a lot of macros being lost.

Yes it will decrease, but the counter num will totally increase over time. We are running a SSE long-polling connections service, I set the max_connection_rate to 2560. When the most...

Lately I found a solution to use a proxy server between Redis cluster and deadpool driver: https://github.com/clia/rcproxy

Is this issue https://github.com/webrtc-rs/turn/issues/13 the same cause of this one?

I'll add support these days.

- [用Rust写PostgreSQL存储过程](https://github.com/clia/pgxr) - [Log4rs支持按天滚动文件](https://github.com/clia/log4rs) - [在PostgreSQL里生成MongoDB ObjectID的Rust函数](https://github.com/clia/gen_objectid)

When transfer files using sftp, it always panic.

> 使用的是 grpc协议还是 http协议? 使用的HTTP协议,nacos版本2.1.2

> 确认下: > > 1. 服务升级重启,这个服务是和nacos_rust_client在同一个进程是吗?相当于服务启动后nacos_rust_client没有成功注册服务 ? > 2. 是nacos_rust_client初始化完成后再注册的吗(想先排除启动时并发的可能性) > 3. 对应的nacos 服务使用的是哪个版本的(方便复现) > 4. 你自己那边是否可以复现? > > 这个问题要解决的前提是能复现问题,如果能复现问题解决起来应该很快。 1. 是同一个进程,是服务启动后nacos_rust_client没有成功注册服务。 2. 使用的如下方式: ``` // Nacos中注册服务 let nacos_cli =...

Cross-platform compatibility would be amazing—count me in!