Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-238] appcd-util: Add ability to cancel a debounce

GitHub Issuen/a
TypeImprovement
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2018-02-16T04:31:11.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.1.0
Componentsappcd-util
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2018-02-16T04:22:57.000+0000
Updated2018-02-16T04:31:12.000+0000

Description

debounce() uses a setTimeout() that has no way to be cancelled. This becomes a problem if you are debouncing events for something that you have shutdown.

Comments

  1. Chris Barber 2018-02-16

    https://github.com/appcelerator/appc-daemon/pull/282

JSON Source