This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
[BUG] Repeating file send if it's already existing in the cache #87
Labels
BlendNet Addon
Related to the Addon part
bug
Something isn't working
Platform Win
Windows platform related
Milestone
Issue description:
Addon tries to resend the file if the Manager is already answered with 200 HTTP code and closed the connection. It will continue in 3 retries, so not a critical one, but time-consuming.
Environment:
Steps to reproduce:
Run Animation Tasks
buttonExpected behavior
The Addon should check the return code of the put command (
Client.taskFileStreamPut()
usually) - probably windows generates some exception there if the channel is closed.The text was updated successfully, but these errors were encountered: