pub async fn serve_sync_client( db: &mut DatabaseServerClient, peerdb: Client, stream: TcpStream, ) -> Result<()>