Fix udp address resolve (#624)

* тест для udp + фикс udp

* fix udp addresses resolve

* update SocketUdpConnection::connect

* update SocketUdpServer::sendTo

* update udp test

* revert

* test

* test

* test

* test

* test

* test?

* update test

* cleanup

* cleanup

* update test

* update

* revert

* cleanup

* update test

* update test

* update

* fix test

* additional error handling

* update Network.cpp

* update Network.cpp 2

* fix the test

* cleanup Network.cpp

* revert network_tcp.lua extra changes

---------

Co-authored-by: Xertis <118364459+Xertis@users.noreply.github.com>
This commit is contained in:
MihailRis
2025-09-25 17:02:42 +03:00
committed by GitHub
co-authored by Xertis
parent 370c95c14f
commit 3a40162f1e
4 changed files with 80 additions and 20 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
for i=1,3 do
print(string.format("iteration %s", i + 1))
print(string.format("iteration %s", i))
local text = ""
local complete = false