adamreeve commented on issue #43223:
URL: https://github.com/apache/arrow/issues/43223#issuecomment-2403614255

   Hi @HackPoint, can you please provide some more details to help reproduce 
this problem. Are you running `FlightAspServerExample` as the server? And what 
OS are you running on?
   
   If I run `dotnet run` in `csharp/examples/FlightAspServerExample` and then 
`dotnet run` in another terminal in `csharp/examples/FlightClientExample`, the 
client works for me:
   ```
   Connecting to: http://localhost:5000
   Table saved.
   Wrote 2 batches to server.
   Schema saved as: 
    Schema: Num fields=4, Num metadata=0
   Info provided: 
    Apache.Arrow.Flight.FlightInfo
   Available flights:
     Apache.Arrow.Flight.FlightInfo
   Read batch from flight server: 
    RecordBatch: 4 columns by 2000 rows
   Read batch from flight server: 
    RecordBatch: 4 columns by 9050 rows
   Actions:
     clear: Clear the flights from the server
   ```
   This was tested with the current main branch (33a4d67776) on Linux.


-- 
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]

Reply via email to