Fix network monitor thread
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Step.UI
|
||||
}),
|
||||
MessageServices.Current.Subscribe(NETWORK_USAGE, (a, b) =>
|
||||
{
|
||||
DTONetworkMonitor NICMonitor = (DTONetworkMonitor)a;
|
||||
DTONetworkMonitorModel NICMonitor = (DTONetworkMonitorModel)a;
|
||||
if (!IsDisposed)
|
||||
Invoke((MethodInvoker)delegate ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user