Commit Graph
10 Commits
Author SHA1 Message Date
Axel Uhl 73b7caa1c9 start the UDP dispatcher threads after creating them 2012-02-21 23:33:19 +01:00
Axel Uhl 92817e992d also remove listener thread from map when listener is unsubscribed 2012-02-21 23:09:31 +01:00
Axel Uhl 159faebefb added synchronization to WindTrackImpl.add again since it seems not to have been at fault; added threads:
One thread per listener in the UDPReceiver. They each have a bounded queue and wait for incoming
messages with a timeout. They are stopped when the listener unsubscribes.
2012-02-21 23:07:43 +01:00
Axel Uhl d2ddb6607e made UDPReceiver more robust; try to deregister expedition listener when servlet has finished call 2012-02-14 19:15:44 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
fmittag 531aa0166f clean up of all version in all pom.xml files
- changed 0.0.1-SNAPSHOT to 1.0.0-SNAPSHOT
- changed product version from 1.1.0 to 1.0.0
- removed unnecessary <version> tags in plugins
2012-01-04 16:04:23 +01:00
Axel Uhl 2cd4fb082e added preferences files; removed generated files from git; added missing RaceAverageSpeedColumn.java 2011-10-05 23:51:26 +02:00
Axel Uhl e172bbd0b5 turned SwissTimingFormatException into an IOException to avoid aborts 2011-09-01 11:37:55 +02:00
Axel Uhl 2532061164 added missing build.properties 2011-08-29 18:02:37 +02:00
Axel Uhl 3fd911764c factored commonalitied between Expedition and SwissTiming UDP receivers 2011-08-29 17:59:24 +02:00