We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b5192 commit 3f0ea54Copy full SHA for 3f0ea54
lib/device-sockets/ios/app-debug-socket-proxy-factory.ts
@@ -66,6 +66,8 @@ export class AppDebugSocketProxyFactory extends EventEmitter implements IAppDebu
66
appDebugSocket.on("close", () => {
67
this.$logger.info("Backend socket closed");
68
frontendSocket.destroy();
69
+ server.close();
70
+ delete this.deviceTcpServers[cacheKey];
71
});
72
73
appDebugSocket.pipe(frontendSocket);
0 commit comments