Display set_nodelay to GDScript
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description
This commit is contained in:
parent
f12e8568d4
commit
87adf9cfba
9 changed files with 18 additions and 7 deletions
|
|
@ -83,7 +83,7 @@ int64_t FileAccessNetworkClient::get_64() {
|
|||
|
||||
void FileAccessNetworkClient::_thread_func() {
|
||||
|
||||
client->set_nodelay(true);
|
||||
client->set_no_delay(true);
|
||||
while (!quit) {
|
||||
|
||||
DEBUG_PRINT("SEM WAIT - " + itos(sem->get()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue