fix: timestamp handling on Android

This commit is contained in:
Tien Do Nam
2026-08-01 15:06:45 +02:00
parent 9900953ae9
commit b13bbeb3cd
15 changed files with 226 additions and 37 deletions
@@ -6117,6 +6117,9 @@ class RsHttpServerImpl extends RustOpaque implements RsHttpServer {
///
/// The progress (fraction of [file_size]) is emitted on [sink]
/// while the file is being received.
///
/// Timestamps provided in the sender's file metadata are applied to the
/// written file by the server.
Stream<double> respondFileUpload({
required String sessionId,
required String fileId,