Commits

Andy Green authored 7d59122b5fc
lws_set_timer This adds a new api lws_set_timer(wsi, secs), which schedules a callback LWS_CALLBACK_TIMER secs seconds into the future. The timer can be continuously deferred by calling lws_set_timer() again before it expires. Calling lws_set_timer(wsi, -1) cancels any pending timer.