Track client connections and autostop server add-ons when all clients leave
Reviewed By: mweststrate Differential Revision: D34045584 fbshipit-source-id: 1ad0cfffb9d304f0359c973d76d6956f7e932f72
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9113006851
commit
3b390b74ff
@@ -46,6 +46,7 @@ export abstract class ServerDevice {
|
||||
this.connected = false;
|
||||
this.logListener.stop();
|
||||
this.crashWatcher.stop();
|
||||
this.flipperServer.pluginManager.stopAllServerAddOns(this.info.serial);
|
||||
}
|
||||
|
||||
async screenshotAvailable(): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user