some minor fixes and improvements, probably

This commit is contained in:
Stanley Dimant
2024-11-06 12:51:23 +01:00
parent 6c5ad25d99
commit 33d5f44754
9 changed files with 85 additions and 56 deletions

View File

@@ -2,5 +2,5 @@
public interface IClientReadyMessageService
{
void SendDownloadReady(string uid, Guid requestId);
Task SendDownloadReady(string uid, Guid requestId);
}