good first issuehelp wantedmaintenance
Repository metrics
- Stars
- (269 stars)
- PR merge metrics
- (PR metrics pending)
Description
the Makefile currently uses simple sleep to wait for server start for testing
implement a mechanism that will poll the system to detect when the socket is actually opened instead (e.g. using netstat)
also extend the tests related to tls.py