backflow

Results 7 comments of backflow

Just tested it, the `enableIncrementalCapture()` feature works fine with `inCaptureMode`, but not compatible with `inCaptureOrSimulationMode`. I still have to manually change the code to the `inCaptureMode` mode when adding new...

@borball 同样的问题, 项目里需要代理微信接口做自动化测试. 我把 `WxClient` 与 `AccessTokenHolder` 创建 `HttpCleint` 的代码改成这样了: `httpClient = HttpClients.createDefault();` ===> `httpClient = HttpClients.createSystem();` `HttpClients.createSystem()` 会读取系统的代理设置, 这样我可以返回 Mock 数据 或者提供一种方式可以指定自己配置的 `httpClient`

> 那请问怎么才能使用这个`$(fname)`变量,我无论怎么设置,都获取不到。 还是说这个变量不是用来设置回传原文件名的? 如果 `fname` 和 `key`, `hash` 一模一样的话,我拿它有什么用? 如果不是用来存原文件名的,你取名叫 `f(ile)name` 不是误导人? ![image](https://user-images.githubusercontent.com/1881595/166632142-a2218b4e-e99b-4c1f-939b-0e058f1a6957.png) 代码是这样的: ``` String path = "C:\\Users\\hunan\\Downloads\\taylor-swift-1.jpg"; File file = new File(path); FileInputStream fi = new FileInputStream(file); byte[]...

> @howareyouo 官方文档声明的是 api 的接口,针对 java sdk 的使用姿势您可以使用自定义变量的方式,即 : > > ``` > StringMap params = new StringMap(); > params.put("x:filename", file.getName()); > Response put = um.put(bytes, null, uptoken(), params, null,...

same here, do anyone know how to fix this?

> 订阅比较多的情况下确实会有这样的问题,切换时需要等很久代理组才会切换过来。 当然是在你订阅非常多且代理非常多的情况下。 可以使用sub-store,将多条订阅整合在一起。 无需频繁却换订阅,如果配上zashboard面板管理起来可能会更加高效。 配合上大神们的yaml文件,所有流量控制起来更轻松。 跟节点多少没关系 , 一个节点也要等很久才更新的