Download rework (#36)
* handle download ready from signalr * add cancellation to the server * adjust queue for removal and cancellation * adjust api to main Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
@@ -299,6 +299,7 @@ public partial class ApiController : IDisposable, IMareHubClient
|
||||
OnUserReceiveCharacterData((dto, ident) => Client_UserReceiveCharacterData(dto, ident));
|
||||
OnGroupChange(async (dto) => await Client_GroupChange(dto).ConfigureAwait(false));
|
||||
OnGroupUserChange((dto) => Client_GroupUserChange(dto));
|
||||
OnDownloadReady((guid) => Client_DownloadReady(guid));
|
||||
|
||||
OnAdminForcedReconnect(() => Client_AdminForcedReconnect());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user