combine every think
LuckyTurtleDev opened this issue · 2 comments
LuckyTurtleDev commented
We need to glue everything together.
This includes:
- sending level to players, if they join
- timeout for creating solution
- timeout for driving
- retry if player has failed
Ipagaxi commented
Line 138 in pc/src/usb.rs needs to be implementet (handling getting protocol event)
LuckyTurtleDev commented
Line 138 in pc/src/usb.rs needs to be implementet (handling getting protocol event)
@Ipagaxi i Did we really need this? After connection establishment the pybade does currently not send any protocol events anymore. So this arm should be never match.