lidavidm commented on pull request #9593: URL: https://github.com/apache/arrow/pull/9593#issuecomment-787070465
@alamb if I'm not mistaken, `serve().await?` will block until the server is terminated, which means that the test is now stuck. Is there any way to start a server without waiting for it? (Most other gRPC implementations provide this.) Alternatively, we could add a retry loop… ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org