Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用提琴手核心在 Web 请求中注入标头。测试使用单个线程运行良好。但是,当使用多个线程运行测试时。测试失败。
似乎提琴手核心无法处理多个实例。
有任何想法吗?
FiddlerCore 在设计上并行处理多个网络请求。最可能的解释是您自己在 FiddlerCore 中的代码不是线程安全的。