Fixed the parsing of bytes being off by one byte in the stream parser fr the race status packet.

#story[924] #pair[kre39,zyt10]
This commit is contained in:
Kusal Ekanayake
2017-05-15 14:52:57 +12:00
parent 39efafc75f
commit 081d7e3dcb
3 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ public class App extends Application
}
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
}
sr.start();