fix: sending file from local to remote
This fixes a bug where 0 byte files were being created when sending from local to remote.
not accceptable, because send_raw is required for performance concern when sending big data in our ipc, but you can add a if
Turns out this is my mistake. I was building a nightly build and not master. This issue is already fixed in the latest master.
@djex i misunderstood your issue, you are correct, your fix is fine, but it destroy our optimization, send_raw is added for performance optimization, wondering if you have interest to fix the problem without removing send_raw?
@Heap-Hop
#2099
both sciter and flutter has the same issue, it may be caused by our code refactory when migrating from sciter to flutter about two month ago.
@Heap-Hop take over please
i will merge this as a workaround