1
This commit is contained in:
parent
dbc6cd724d
commit
d2bb14deae
@ -87,7 +87,7 @@ void HandlerMgr::ProcGMMsg(unsigned long saddr, int sockhandle,
|
|||||||
[sockhandle] (const a8::Args& args)
|
[sockhandle] (const a8::Args& args)
|
||||||
{
|
{
|
||||||
std::string data = args.Get<std::string>(0);
|
std::string data = args.Get<std::string>(0);
|
||||||
GGListener::Instance()->SendText(sockhandle, a8::HttpResponse(data));
|
GGListener::Instance()->SendText(sockhandle, data);
|
||||||
});
|
});
|
||||||
itr->second(request);
|
itr->second(request);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user