HumanDynamics / openbadge

MIT License
49 stars 19 forks source link

Python Badge server - needs timeout when communicating with badges #16

Closed OrenLederman closed 8 years ago

OrenLederman commented 8 years ago

If a badge accepts a connection but does not reply, the server currently keeps the connection open. We should add a timeout to protect from these cases

OrenLederman commented 8 years ago

Added