Added thread safe packet handlers

This commit is contained in:
2024-02-28 12:14:27 +01:00
parent bfec08ff02
commit ded6f51c5d
4 changed files with 14 additions and 7 deletions

View File

@ -8,4 +8,4 @@ func set_download(download: int):
%Receive.text = "%d bytes" % download
func set_upload(upload: int):
%Send.text = "%d bytes" % upload
%Send.text = "%d bytes" % upload