Updated SammiClient
Missed 1 get_tree().process_frame await.
This commit is contained in:
parent
482ae21121
commit
9315f7bce5
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ func _read_response() -> void:
|
|||
while true:
|
||||
var byte := client.get_partial_data(1)
|
||||
if byte[0] == OK and byte[1].size() == 0:
|
||||
await get_tree().process_frame
|
||||
client.poll()
|
||||
continue
|
||||
elif byte[0] == OK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue