Skip to content

Commit

Permalink
Update map_marker_set.js
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanejaz14 authored Dec 15, 2023
1 parent c60a9cd commit adbd0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map_marker_set.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let map, infoWindow, socket;
const REMOTEIT_URL = 'tcp://proxy61.rt3.io:37334';
const REMOTEIT_URL = 'tcp://proxy61.rt3.io:37338';

async function initMap() {
const { Map } = await google.maps.importLibrary("maps");
Expand Down Expand Up @@ -87,7 +87,7 @@ async function initMap() {
});

// WebSocket connection
socket = new WebSocket(REMOTEIT_URL.replace('tcp', 'ws'));
socket = new WebSocket(REMOTEIT_URL.replace('tcp', 'wss'));

socket.onopen = () => {
console.log('Connected to server');
Expand Down

0 comments on commit adbd0cd

Please sign in to comment.