BenJetson / pipanel

Display alerts from SmartThings on your Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout for request handlers

BenJetson opened this issue · comments

Request handlers should complete their task and return control to the server within a certain amount of time, such that the client can receive a response in a timely manner.

If the request takes too long, its context should be canceled and request handlers should stop processing the event.

Blocked by #22.