Skip to content

Commit

Permalink
event queue delete after uise
Browse files Browse the repository at this point in the history
  • Loading branch information
t3duk committed Jul 12, 2023
1 parent adc821d commit d67ae2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goxlr.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function init(bindAddress = "127.0.0.1", port = 14564, userSerial = 0) {

socket.onmessage = async function (event) {
const data = JSON.parse(event.data);
eventQueue.push(data);
if (userSerial != 0) {
if (data.data.Status && data.data.Status.mixers[userSerial]) {
if (debug) console.log("User defined serial found.");
Expand Down

0 comments on commit d67ae2f

Please sign in to comment.