mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
fixed an error in websockets and uploded vue
fixed an error in websockets and uploded vue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let ws = new WebSocket("ws://localhost:8888/websocket");
|
||||
var ws = new WebSocket("ws://localhost:8888/websocket");
|
||||
// ws.onopen = function () {
|
||||
// ws.send("hello");
|
||||
// ws.send("hello");
|
||||
// }
|
||||
// ws.onmessage = function (ev) {
|
||||
// alert(ev.data);
|
||||
|
||||
Reference in New Issue
Block a user