feat: add backend server #9

Merged
pufereq merged 31 commits from feat/add-backend-server into develop 2025-09-19 13:20:40 +00:00
5 changed files with 264 additions and 54 deletions
Showing only changes of commit b9a7c2bdaf - Show all commits

View File

@@ -158,6 +158,7 @@ class BackendServer:
sent = sock.send(client.outbound)
client.outbound = client.outbound[sent:]
# TODO: wait for ACK from client
except ConnectionResetError as e:
self.logger.error(f"Connection reset by {client}, disconnect: {e}")
self._disconnect(client)