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
Currently the definition of streamed rpc calls having two problems:
MessageSendFile might transfer large data volume to server, so this function also needs to be converted to use stream
Converting the original filebox string to data bytes in the stream calls requires one more property: name, which means we need to add a name property to stream data.
The text was updated successfully, but these errors were encountered:
Currently the definition of streamed rpc calls having two problems:
MessageSendFile
might transfer large data volume to server, so this function also needs to be converted to use streamfilebox
string todata
bytes in the stream calls requires one more property:name
, which means we need to add aname
property to stream data.The text was updated successfully, but these errors were encountered: