Changed require"luasocket" to require"socket".
This commit is contained in:
parent
6c565dd7c0
commit
c23240726e
13 changed files with 186 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
require "luasocket"
|
||||
require"socket"
|
||||
|
||||
host = host or "localhost"
|
||||
port = port or "8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue