barchart / barchart-udt

Java wrapper for native C++ UDT protocol.
https://github.com/barchart/barchart-udt/wiki
128 stars 89 forks source link

Send/Receive Tutorial #59

Open jaspm2004 opened 10 years ago

jaspm2004 commented 10 years ago

Hi there, im trying to use barchart-udt in my projects but im a little bit confused to get started.

I made to applications (server/client) to test but my server is hanging after receiving the packages.

Im sending a file in pieces, the server gets the file ok but he never close it and never finish the receive process. I can only access the file after the server application is interrupted by hand.

There is any tutorial with code examples to help?

Thanks in advance.