CarletonURocketry / hysim

A simulation of the hybrid control system which can be run on POSIX platforms.
2 stars 0 forks source link

Control client doesn't reconnect after quit #19

Closed bskdany closed 1 week ago

bskdany commented 1 week ago

Steps:

  1. Run pad server
  2. Run control client, send a couple commands
  3. Ctrl-c control client
  4. Run control client again

Result: Nothing happens Expected: user is asked to enter command

Can anyone confirm the bug pls?

linguini1 commented 1 week ago

Reproducible on my end. I think the pad server does not handle re-connection of the control box when it disconnects right now; it would be great to fix that. Make sure to enforce that only one control box can be connected at a time.