Currently, a Python client using net_sync_manager does not maintain the connection after calling send_stealth_handshake().
Repeatedly calling send_stealth_handshake() prevents the connection from being closed. However, the method name does not seem appropriate for this behavior.