Deploying to gh-pages from @ 08cffe6099 🚀

This commit is contained in:
Lemmih 2020-09-23 05:11:49 +00:00
commit fd94a9edca
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ function playgroundInit(elt) {
function sendSocketCommand(wat) {
if (wat.cmd == "connect") {
scheduleConnect(function () {
if ( mySockets[wat.name] ) return;
socket = new WebSocket(wat.address);
socket.onopen = function (event) {
if( socket.readyState !== 1 ) {