Merge branch 'development' into feature/imobilecontrolroombridge-upgrades

This commit is contained in:
Neil Dorin 2021-04-08 16:17:02 -06:00 committed by GitHub
commit 922d1d8133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 8 deletions

View file

@ -14,7 +14,7 @@ namespace PepperDash.Essentials.Core.Queues
protected readonly CrestronQueue<IQueueMessage> _queue;
protected readonly Thread _worker;
protected readonly CEvent _waitHandle = new CEvent();
private bool _delayEnabled;
private int _delayTime;
@ -158,7 +158,7 @@ namespace PepperDash.Essentials.Core.Queues
Dispose(true);
};
}
/// <summary>
/// Thread callback
/// </summary>