Got the live ac35 data working in paralell with the parse and the app.

#story[820]
This commit is contained in:
Kusal Ekanayake
2017-04-27 14:40:26 +12:00
parent 67a702ffcd
commit 104fd86179
5 changed files with 25 additions and 15 deletions
@@ -39,9 +39,7 @@ public class StreamReceiver extends Thread {
});
packetBuffer = pq;
connect();
StreamParser streamParser = new StreamParser("TestThread2");
streamParser.start();
}
public void start () {