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
|
|
@ -55,7 +55,7 @@ void EditorFileServer::_subthread_start(void *s) {
|
|||
|
||||
ClientData *cd = (ClientData *)s;
|
||||
|
||||
cd->connection->set_nodelay(true);
|
||||
cd->connection->set_no_delay(true);
|
||||
uint8_t buf4[8];
|
||||
Error err = cd->connection->get_data(buf4, 4);
|
||||
if (err != OK) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue