Added localhost for dev and connect for machine 42 option
This commit is contained in:
parent
4ed588daa5
commit
ede444dc26
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ document.addEventListener('ft:pageChange', () => {
|
|||
|
||||
|
||||
function getSocket(): Socket {
|
||||
let addressHost = `wss://${machineHostName}:8888`;
|
||||
//let addressHost = `wss://${machineHostName}:8888`;
|
||||
let addressHost = `wss://localhost:8888`;
|
||||
if (__socket === undefined)
|
||||
|
||||
__socket = io(addressHost, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue