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 4b6d169 commit 63b5192Copy full SHA for 63b5192
lib/device-sockets/ios/app-debug-socket-proxy-factory.ts
@@ -65,6 +65,7 @@ export class AppDebugSocketProxyFactory extends EventEmitter implements IAppDebu
65
66
appDebugSocket.on("close", () => {
67
this.$logger.info("Backend socket closed");
68
+ frontendSocket.destroy();
69
});
70
71
appDebugSocket.pipe(frontendSocket);
0 commit comments