mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Merge branch 'release/1.10.0' into feature/add-cisco-room-kit-features
This commit is contained in:
commit
428edad38a
72 changed files with 3631 additions and 980 deletions
|
|
@ -139,7 +139,8 @@ namespace PepperDash.Essentials.Core.Queues
|
|||
_queue = new CrestronQueue<IQueueMessage>(cap);
|
||||
_worker = new Thread(ProcessQueue, null, Thread.eThreadStartOptions.Running)
|
||||
{
|
||||
Priority = priority
|
||||
Priority = priority,
|
||||
Name = _key
|
||||
};
|
||||
|
||||
SetDelayValues(pacing);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue