chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
2 changed files with 340 additions and 239 deletions
Showing only changes of commit 1e02da1851 - Show all commits

View File

@@ -62,7 +62,7 @@ class BackendServer:
)
time.sleep(1)
def _send_ack(self, client: Client, target_id: str) -> None:
def send_ack(self, client: Client, target_id: str) -> None:
"""Send an ACK message to a client.
Args: