You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not an expert of HTML, I've managed to do what I need, simply change scene onclick event, but every time the click comes a new connection has been made to the port 4444, if I use the disconnection the script doesn't work more, how to solve it?
Instead of open/close the connection on every click I would like to test if the connection is on already? Possibile? Even if the HTML page will change? (on every html page there is
This discussion was converted from issue #238 on June 12, 2021 15:29.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm not an expert of HTML, I've managed to do what I need, simply change scene onclick event, but every time the click comes a new connection has been made to the port 4444, if I use the disconnection the script doesn't work more, how to solve it?
Instead of open/close the connection on every click I would like to test if the connection is on already? Possibile? Even if the HTML page will change? (on every html page there is
and I'm afraid the script will be "rebooted" every time, loosing the chance to know if it still connected or not.
Talking back about disconnect();
Works but if I uncomment the obs.disconnect(); it won't work never.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions