fix helloserver config bug

This commit is contained in:
ruanshudong 2020-11-09 15:18:18 +08:00
parent be0cab8d46
commit e06e7d1e4d
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@ void HelloImp::destroy()
int HelloImp::testHello(const std::string &sReq, std::string &sRsp, tars::TarsCurrentPtr current)
{
// TLOGDEBUG("HelloImp::testHellosReq:"<<sReq<<endl);
cout << sReq << endl;
//cout << sReq << endl;
sRsp = sReq;
return 0;
}

View File

@ -30,7 +30,6 @@ TC_Epoller::NotifyInfo::NotifyInfo() : _ep(NULL)
TC_Epoller::NotifyInfo::~NotifyInfo()
{
_notify.close();
// _notifyClient.close();
}
void TC_Epoller::NotifyInfo::init(TC_Epoller *ep)