On stop the cached listenings sockets were freed through the hashtable;
but they are actually refcounted, and the hashtable only has a "weak"
reference (which gets cleared once all strong references are dropped).
Change-Id: I5f9c14f1c1e28f3a2b73955e69e36e1f9dae5780
* fix handling of "simple calls" (notifications)
when plugin/action can't be found (must not send
an error response, as id == -1)
* server stop clears all plugins; don't log error in
that stage
Change-Id: If5167a3bd6d069c4cfc6dad13e205ce18b724509
3 months ago
3 changed files with 34 additions and 25 deletions