Backup.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "ehs/io/socket/EHC.h"
|
||||
#include "ehs/io/socket/ehc/NetEnd.h"
|
||||
#include "ehs/io/socket/ehc/NetOp.h"
|
||||
#include "ehs/io/socket/ehc/NetChannel.h"
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
@@ -95,7 +96,7 @@ namespace ehs
|
||||
{
|
||||
if (ops[i]->GetHashId() == hashId)
|
||||
{
|
||||
ops[i]->Process(channel, endpoint, this, payload);
|
||||
ops[i]->Execute(channel, endpoint, this, payload);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user