add string socket:send overload

This commit is contained in:
MihailRis
2024-12-04 12:05:10 +03:00
parent 5c40cf3149
commit 36edad039c
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ network.tcp_connect(
```lua
-- Отправляет массив байт
socket:send(table|ByteArray)
socket:send(table|ByteArray|str)
-- Читает полученные данные
socket:recv(