aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-01 18:22:44 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-01 18:22:44 +0200
commit40990f3c352117fc536fdf004956d120bc63ee09 (patch)
treeedb82f81e9f16fac3d7e409ec279eae50fa1642f /Software/Visual_Studio/SideChains/RealTimeGraphEx
parentc43439d0c4b7f4434eaf277c0f60c5e3c0494ac2 (diff)
downloadTango-40990f3c352117fc536fdf004956d120bc63ee09.tar.gz
Tango-40990f3c352117fc536fdf004956d120bc63ee09.zip
Added sensors data support for developer module.
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx')
-rw-r--r--Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs6
1 files changed, 1 insertions, 5 deletions
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();
}
}