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 b2f87bf commit 3bfa2deCopy full SHA for 3bfa2de
lib/services/livesync/playground/devices/preview-devices-service.ts
@@ -48,6 +48,7 @@ export class PreviewDevicesService extends EventEmitter implements IPreviewDevic
48
private raiseDeviceFound(device: Device) {
49
if (this.deviceLostTimers[device.id]) {
50
clearTimeout(this.deviceLostTimers[device.id]);
51
+ this.deviceLostTimers[device.id] = null;
52
}
53
54
this.emit(DeviceDiscoveryEventNames.DEVICE_FOUND, device);
0 commit comments