mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-06 07:32:50 +00:00
Implements 2shared service and improves channel link synchronization
This commit is contained in:
@@ -183,7 +183,7 @@ public class DepositFilesService extends AbstractHttpService implements
|
||||
.parameter("UPLOAD_IDENTIFIER", uploadID)
|
||||
.parameter("agree", true)
|
||||
.parameter("MAX_FILE_SIZE", maxFileSize).asPageAsync();
|
||||
return waitChannelLink(channel, uploadFuture);
|
||||
return waitChannelLink(channel);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user