We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72385f9 commit 419bb78Copy full SHA for 419bb78
scratch-arduino-extensions/packages/scratch-vm/src/extensions/arduino_object_detection/index.js
@@ -22,7 +22,6 @@ const iconURI = "";
22
// eslint-disable-next-line max-len
23
const menuIconURI = "";
24
25
-// Determine the appropriate protocol and URL for socket.io connection
26
const wsServerURL = `${window.location.protocol}//${window.location.hostname}:7000`;
27
28
@@ -71,7 +70,6 @@ class ArduinoObjectDetection {
71
70
this.io = io(wsServerURL, {
72
path: "/socket.io",
73
transports: ["polling", "websocket"],
74
- secure:true,
75
autoConnect: true,
76
});
77
0 commit comments