12urenloop / cvc

Application to count laps based on bluetooth dongle detection.
22 stars 9 forks source link

[Boxxy] Keep frozen state while redeploying #163

Open TomNaessens opened 8 years ago

TomNaessens commented 8 years ago

No idea if this uberhaupt is possible, but yesterday turned out that this is needed. Other solutions would be welcome as well :)

ninewise commented 8 years ago

Boxxy would need persistence for this, which is a bad thing.

TomNaessens commented 8 years ago

We could just create a hidden file and check for it's existence or something. But indeed, it's a bad thing but it looks like a necessary evil.

ninewise commented 8 years ago

Probably the cleanest way to fix this, is to include the freezing in CVC. If CVC knows about the freezing, it'll send the frozen scores to connecting boxxies.

TomNaessens commented 8 years ago

👍