pitrou commented on code in PR #50687:
URL: https://github.com/apache/arrow/pull/50687#discussion_r3674545318
##########
python/pyarrow/_flight.pyx:
##########
@@ -2887,6 +2887,7 @@ cdef class _FlightServerFinalizer(_Weakrefable):
status = server.Wait()
Review Comment:
By the way, is the `Wait` call useful here? My understanding is that `Wait`
can be used from another thread than the thread that calls `Shutdown`, but
calling it synchronously after `Shutdown` should return immediately? @lidavidm
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]