Callisto82 / tftp.net

Implements the TFTP (Trivial File Transfer) protocol (client/server) in an easy-to-use C#/.NET library.
Microsoft Public License
81 stars 38 forks source link

exceptions on client canceled/retry and other scenes #4

Closed lazebird closed 5 years ago

lazebird commented 6 years ago

System.IO.IOException:“文件“E:\Download\xaaa-0.1.365-170209.x86_64.iso”正由另一进程使用,因此该进程无法访问此文件。”

Callisto82 commented 5 years ago

Can you maybe provide your scenario as a failing unit test? I cannot reproduce it from your description alone.

Callisto82 commented 5 years ago

Closed due to lack of feedback.