lidavidm commented on pull request #9583:
URL: https://github.com/apache/arrow/pull/9583#issuecomment-786925049


   Actually, I think I see the issue now. The Rust service starts listening on 
the port in listen_on in flight_server_scenarios.rs, but the Flight server 
isn't set up until _after_ that - so if the client connects in between, it'll 
get an error. Do you have to await the future from `serve()` in order for the 
gRPC server to actually start listening? That way, the printing could be 
delayed until the server is actually ready.


----------------------------------------------------------------
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:
[email protected]


Reply via email to