pybit
pybit copied to clipboard
Private events from clients should be marked with the state
Currently when clients are communicating with their build plugins they can easily get confused if a misbehaving plugin sends too many events per state. We should probably do something clever like stamp events on a per-state basis and make sure the client gracefully handles multiple events from a single state transition.