Zxilly
Zxilly
可不可以用worker开一个专门的转换线程
翻了一下silk的代码,基本上没啥IO wait,改成非阻塞的实现性能上有意义吗? 如果是为了避免阻塞主event loop,另开一个线程应该更好点。弄成一个队列这样的形式。
https://github.com/awslabs/aws-lambda-rust-runtime/tree/main?tab=readme-ov-file#local-development-and-testing I want to mock a request and ensure the response met the requirement.
I want something like ```rust #[test] fn test_my_lambda_handler() { let input = include_str!("apigw_proxy_request.json"); let request = lambda_http::request::from_str(input) .expect("failed to create request"); let response = my_lambda_handler(request).await.expect("failed to handle request"); } ```...
去掉 `android.permission.REQUEST_INSTALL_PACKAGES` 就好了,或者接入 google play in-app update
Same problem 
I use rewrite to route the traffic, see https://github.com/Zxilly/OnedriveHostsGenerator/blob/master/vercel.json
I met the same error, on VAM 1.22.0.3, here are some log ```log 14:39:38 [26796] ====================== 14:39:38 [26796] VR Performance Toolkit 14:39:38 [26796] ====================== 14:39:38 [26796] Current configuration: 14:39:38 [26796]...
@phanirithvij I would be grateful if you could share your thoughts on the matter.
I also met this error when I use dqlite with [ent](https://github.com/ent/ent). It uses `returing` on every query and update.