From 482ae211211fb76631d50081c02024c39172c54b Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Wed, 30 Apr 2025 15:01:38 -0500 Subject: [PATCH] Updated SammiClient Removed await get_tree().process_frame from tight loop --- addons/sammi/lib/sammi_client.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/sammi/lib/sammi_client.gd b/addons/sammi/lib/sammi_client.gd index a2f991a..a474e77 100644 --- a/addons/sammi/lib/sammi_client.gd +++ b/addons/sammi/lib/sammi_client.gd @@ -112,7 +112,6 @@ func _read_response() -> void: return if buffer.size() < 4: - await get_tree().process_frame client.poll() continue @@ -122,7 +121,6 @@ func _read_response() -> void: buffer = [] headers = data.replace("\r", "").rstrip("\n\n").split("\n") break - await get_tree().process_frame client.poll() if headers.size() == 0: