Rinnegatamante / lpp-3ds

Lua Player Plus for 3DS
GNU General Public License v3.0
179 stars 32 forks source link

Socket.connect() not returning the ID #63

Open kaiiwaii opened 3 years ago

kaiiwaii commented 3 years ago
soc = Socket.connect("51.15.127.80", 2811);

local s = Socket.receive(soc, 5);

Seems that "Socket.connect()" doesn't return the id, so the socket can't send or receive data.