diff --git a/addons/sammi/lib/sammi_client.gd b/addons/sammi/lib/sammi_client.gd index a474e77..cac654e 100644 --- a/addons/sammi/lib/sammi_client.gd +++ b/addons/sammi/lib/sammi_client.gd @@ -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: