Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
I keep messing this up idk why
  • Loading branch information
RadiantBunny633 authored Sep 14, 2023
1 parent e7dd7d6 commit cc493b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ serverSocket.on('connection', (socket: Socket) => {
const serverProxy = new ProxyController(createServerMessageMap(), socket);
serverProxy.configure();
});
}

//TODO: Get host/port from DNC
// const socketClient = new WebSocket('http://localhost:8080');
Expand All @@ -66,4 +67,3 @@ serverSocket.on('connection', (socket: Socket) => {
// socketClient.on('close', () => {
// console.log('disconnected from Siren');
// });
}

0 comments on commit cc493b8

Please sign in to comment.