Added localhost for dev and connect for machine 42 option
This commit is contained in:
parent
f904a6b6ae
commit
c41b32184b
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