master
Sean McArdle 2017-08-23 10:34:10 -07:00
parent da8a026584
commit 186fc5b3f7
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ namespace WifiSitter
private Guid _uninstGuid;
private Task _mainLoopTask;
private Task _mqServerTask;
private List<TaskSupervisor> _monitoredTask = new List<TaskSupervisor>();
private ManualResetEvent _shutdownEvent = new ManualResetEvent(false);
private volatile bool _paused;
private SynchronizationContext _sync;