[DAEMON-101] appcd-plugin: Active request counter not decrementing for reloaded external plugin
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-10-31T06:31:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-10-17T05:16:30.000+0000 |
Updated | 2017-10-31T06:31:57.000+0000 |
Description
Somehow it's possible to make a request to an external plugin using
appcd exec /<path>
, then modify the plugin so that it is stopped, yet the active requests counter is not decremented. It's unlikely, but possible, that the request is actually still active after the plugin is stopped.
No comments