Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

feat, fix: Added heartbeats (#22), improved servers, rewrote unit tests for servers - #23

Merged
Jaskowicz1 merged 2 commits into
mainfrom
server_fixes
Jan 6, 2026
Merged

Jaskowicz1 merged 2 commits into
mainfrom
server_fixes

Conversation

@Jaskowicz1

@Jaskowicz1 Jaskowicz1 commented Jan 6, 2026

Copy link
Copy Markdown
Owner

This PR:

  • adds heartbeats to ensure servers don't keep client threads alive forever When a client disconnects, their thread stays active. #22
  • servers no long get stuck in authentication
  • rewrites unit tests to properly test servers, as we never tested connection to a locally hosted server
  • makes servers rest a bit while waiting for data.
  • improves logging to users.

@Jaskowicz1 Jaskowicz1 linked an issue Jan 6, 2026 that may be closed by this pull request
@Jaskowicz1
Jaskowicz1 merged commit fb183d7 into main Jan 6, 2026
20 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When a client disconnects, their thread stays active.

1 participant