Updated SammiClient

Missed 1 get_tree().process_frame await.
This commit is contained in:
Mario Steele 2025-04-30 15:10:04 -05:00
parent 482ae21121
commit 9315f7bce5

View file

@ -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: