From b7636e977d6d3926052b32a072db7fab929bf294 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 16 Jun 2022 21:32:13 -0400 Subject: [PATCH] testing --- client.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.lua b/client.lua index 8ee11fa..23ee7e2 100644 --- a/client.lua +++ b/client.lua @@ -1,7 +1,7 @@ package.path = "./?/init.lua;./?.lua;"..package.path local net = require("lnet.tcp") local multi, thread = require("multi"):init() - +-- -- local http = require("lnet.http") -- local http_ = require("socket.http") @@ -40,4 +40,4 @@ local multi, thread = require("multi"):init() -- print("Response: ",data) -- end) ---multi:mainloop() \ No newline at end of file +--multi:mainloop()