admin
2022-08-25 14db1514fec89db599766d4996b4bb1fead0eff0
app/SocketManager.h
@@ -14,7 +14,7 @@
#define LOCAL_SERVER_ADDR "127.0.0.1"
#define LOCAL_SERVER_PORT 9006
typedef bool (*ActionCallback)(string data, void* contex);
typedef string (*ActionCallback)(string data, void* contex);
class SocketManager
{