From 5aa0bbe1bb090384e9612600baca209db7ced9ae Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Mon, 10 Aug 2020 14:18:09 +0530 Subject: [PATCH] bug removed - removed send functionality (as it required stdop) --- app/webAppServer.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/webAppServer.html b/app/webAppServer.html index ccef5c1..a8314df 100755 --- a/app/webAppServer.html +++ b/app/webAppServer.html @@ -261,12 +261,6 @@ response = [false, error.message] this.webSocket.send(`${requestor} ${JSON.stringify(response)}`) } - } else { - var data = JSON.parse(evt.data) - if (this.serveAppList.includes(data.application)) - floSupernode.sendData(JSON.stringify(data), data.receiverID) - .then(result => resolve(result)) - .catch(error => reject(error)) } }; this.webSocket.onerror = (evt) => {