Setup Websocket Callback

timelapse-frames-through-websocket
Moe 2022-07-06 21:24:49 -07:00
parent 4a3eec7429
commit 2af8a2f3d8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ $(document).ready(function(){
})
break;
case'callback':
// console.log('Callback from Websocket Request',d)
console.log('Callback from Websocket Request',d)
queuedCallbacks[d.callbackId](...d.args)
break;
}