Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from owenludong/master
此Patch仅用于解决以下场景可能出现的潜在问题 1、创建同一个RemotingCommand对象,多次调用invoke方法发送rpc请求,可能会由于异步返回并发问题,导致RemotingCommand对象被意外删除。 注意:推荐用户每次发起rpc请求时,都新建一个RemotingCommand对象。
- Loading branch information