You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilePart.write loops until it could write the whole file, instead of letting NioSocketChannel deal with the loop, and possibly give a chance to other channels in the eventloop to run if the file upload lasts too many spins.
The text was updated successfully, but these errors were encountered:
FilePart.write
loops until it could write the whole file, instead of lettingNioSocketChannel
deal with the loop, and possibly give a chance to other channels in the eventloop to run if the file upload lasts too many spins.The text was updated successfully, but these errors were encountered: