Compare commits

..

3 Commits

Author SHA1 Message Date
0a4daa3dd8
Delete test2.mp3 2023-06-27 23:01:59 -04:00
950b7e3fa3
Delete test.mp3 2023-06-27 23:01:50 -04:00
a7189fab8b
Updated readme with threading plans 2022-11-05 10:11:17 -04:00
4 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,7 @@ A simple and powerful way to make servers and clients
- [ ] AUDP - advance udp. Ensures packets arrive and handles late packets. - [ ] AUDP - advance udp. Ensures packets arrive and handles late packets.
- [ ] P2P - peer to peer (Server to set up initial connection) - [ ] P2P - peer to peer (Server to set up initial connection)
- [ ] Relay - offput server load (locally) - [ ] Relay - offput server load (locally)
- [ ] Threading - Simple threading ~~(UDP/AUDP Only)~~ Thanks to an updated multi library we can thread with ease - [ ] Threading - Simple threading Should be simple using multi@15.3.0
- [ ] Priority handling - [ ] Priority handling
# Note # Note

View File

@ -469,6 +469,9 @@ function net:newUDPClient(host,port,servercode,nonluaServer)
net.OnClientCreated:Fire(c) net.OnClientCreated:Fire(c)
return c return c
end end
multi:newThread(function()
end)
--TCP Stuff --TCP Stuff
function net:newTCPClientObject(fd) function net:newTCPClientObject(fd)
local c = {} local c = {}

View File

@ -14,7 +14,6 @@ description = {
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
"luasocket",
"multi" "multi"
} }
build = { build = {

BIN
test.mp3

Binary file not shown.