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.
2 parents c08b575 + 94ce096 commit dff5ca4Copy full SHA for dff5ca4
1 file changed
lib/device-sockets/ios/socket-proxy-factory.ts
@@ -132,9 +132,7 @@ export class SocketProxyFactory extends EventEmitter implements ISocketProxyFact
132
133
deviceSocket.on("close", () => {
134
this.$logger.info("Backend socket closed!");
135
- if (!this.$options.watch) {
136
- webSocket.close();
137
- }
+ webSocket.close();
138
});
139
140
webSocket.on("close", () => {
0 commit comments