Websocket basic

Websocket basic
This commit is contained in:
yannfrendo
2023-11-23 17:02:45 +01:00
parent 867ace738d
commit 0ac9f152cf
12 changed files with 56 additions and 13 deletions
@@ -125,7 +125,6 @@
longitude: gps.lng,
},
});
notificationController.show({ message: 'Metadata updated please reload to apply', type: NotificationType.Info });
} catch (error) {
handleError(error, 'Unable to change location');
}