chore(release): 0.3.0 #5

Merged
pufereq merged 30 commits from release/0.3.0 into main 2025-11-30 17:39:26 +00:00
4 changed files with 224 additions and 144 deletions
Showing only changes of commit a28c724145 - Show all commits

View File

@@ -68,6 +68,7 @@ class Connector:
self.logger.debug(
f"[>] Sent {sent} bytes: {self.outbound_buffer[:sent]!r}"
)
self.outbound_buffer = self.outbound_buffer[sent:]
except BlockingIOError:
# OS buffer full, wait for next EVENT_WRITE