swoft-cloud / swoft-component

📦 This is a repository of centralized management of all swoft core components
https://www.swoft.org
Apache License 2.0
97 stars 107 forks source link

fix RPC连接池复用过程中拿到上一个请求的结果问题 #607

Closed wvfeng closed 3 years ago

wvfeng commented 3 years ago

What does this PR do?

修复RPC连接池复用过程中拿到上一个请求的结果问题 例如请求A发送后读读超时抛异常连接回池,这时候B请求发出后复用了A请求的连接,直接拿到了A请求的结果

Does this fix any issues or need any specific reviewers?

Fixes: swoft-cloud/swoft#1371 Reviewers: @inhere

Motivation

线上BUG!!!

More