Raffson
09ddc3c3c6
Fix flight-plans no longer being highlighted
...
Bug introduced as part of the upgrade to Python 3.11?
2024-04-14 14:15:02 +02:00
Raffson
a7e4cad3b7
mypy update + fix
2024-04-13 16:15:33 +02:00
Raffson
be634ab961
Revert "Update to Python3.11"
...
This reverts commit d6ba45a42be3717370748fa56484ebef69f4bf52.
2023-10-15 20:53:03 +02:00
Raffson
d6ba45a42b
Update to Python3.11
2023-10-15 19:53:24 +02:00
Dan Albert
d53fc46ffc
All multiple event steam connections.
...
We don't support multi-client yet, but this is useful when debugging the
react UI in a browser instead of in the Liberation UI.
2022-03-02 23:51:12 -08:00
Dan Albert
af4a718fc7
Fix server shut down on exit.
...
If there's a websocket being waited on the shut down won't actually
happen. Add a new event for shut down and send it to break the websocket
out of its loop.
2022-02-25 17:12:00 -08:00
Dan Albert
4e030c4a3a
Add explicit types where they aren't needed.
...
I have no idea why mypy is whining about this.
2022-02-16 17:04:25 -08:00
Dan Albert
21f7912458
Add websocket event stream for sim updates.
...
As a proof of concept this only covers the flight positions.
2022-02-16 01:34:56 -08:00