Skip to content

Commit

Permalink
Merge pull request #31 from evilstar2016/dev1
Browse files Browse the repository at this point in the history
修改insertKV的bug
  • Loading branch information
shanbaoyin committed Nov 29, 2019
2 parents 3e47650 + 1073d4e commit a7288d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Proxy/ProxyImp.cpp
Expand Up @@ -342,7 +342,7 @@ int ProxyImp::insertKV(const SetKVReq &req, TarsCurrentPtr current)
current->setResponse(false);
try
{
WCachePrxCallbackPtr cb = new SetKVCallback(current, req, objectName, TNOWMS);
WCachePrxCallbackPtr cb = new InsertKVCallback(current, req, objectName, TNOWMS);
prxWCache->async_insertKV(cb, req);
}
catch (exception &ex)
Expand Down

0 comments on commit a7288d9

Please sign in to comment.