From 40990f3c352117fc536fdf004956d120bc63ee09 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 1 Feb 2018 18:22:44 +0200 Subject: Added sensors data support for developer module. --- .../Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx') diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs index 70ce3881f..16264aa4b 100644 --- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs +++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs @@ -1348,11 +1348,7 @@ namespace RealTimeGraphEx { if (pushThread != null) { - try - { - pushThread.Abort(); - } - catch { } + StopPushThread(); } } -- cgit v1.3.1