fredericmarchand / RealTimeVotingSystem

Real-Time Concurrent Systems
0 stars 1 forks source link

National results with multiple districts #26

Closed brandonSc closed 9 years ago

brandonSc commented 9 years ago

@fredericmarchand great job on the central server. I like the Connection class, all I had to do was start a bunch of district servers on arbitrary ports and they automatically registered with the central server. Only thing I noticed was that when running multiple districts, the national results keep corrupting in the client gui (not sure if this is the server or the client that is doing this). Do you have the same issue?

fredericmarchand commented 9 years ago

Yeah, gotta fix that. In my list for tomorrow.

brandonSc commented 9 years ago

OK I guess that was the fix for the way national results are calculated that you mentioned in #22

fredericmarchand commented 9 years ago

Fixed. National results are now counted in terms of seats. The party with the most votes counts as 1 seat.