Skip to content

Commit

Permalink
Fixed a bug where it was not responding correctly as a controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
banban525 committed Oct 30, 2023
1 parent fa72adf commit 74b3dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/EchoNetLiteRawController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class EchoNetLiteRawController {
this.processQueue();
}
}
this.fireReceived(rinfo, els);
});

}
Expand Down

0 comments on commit 74b3dcb

Please sign in to comment.