dss 2 yıl önce
ebeveyn
işleme
a2a2741f67

+ 1 - 1
src/CallCenter.Api/Controllers/TestController.cs

@@ -137,7 +137,7 @@ namespace CallCenter.Api.Controllers
         [HttpGet("callqueue")]
         public async Task CallQueueTest()
         {
-            await _realtimeService.CallQueueAsync(HttpContext.RequestAborted);
+            await _realtimeService.CallQueueAsync(1,HttpContext.RequestAborted);
         }