mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
fix helloserver config bug
This commit is contained in:
parent
be0cab8d46
commit
e06e7d1e4d
@ -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;
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user