Mondeto
Mondeto copied to clipboard
Blob transfer is too slow
Even the chunk size is 65536, blob transfer is extremely slow, especially on internet connection.
Sending blob is not slow. The problem is receiving.
Possibly, the culprit is this busy wait. https://github.com/tana/Mondeto/blob/f87770b601650b6bf085546a82f9b45ba388e4fe/Assets/Scripts/Core/Connection.cs#L186-L196