Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fix: connection deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Aug 19, 2023
1 parent 9c2cd7a commit f8bf631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/MaaJSLoader
2 changes: 1 addition & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async function prepareController() {
console.log('controller connect:', connected)

if (!connected) {
// ctrl.destroy()
ctrl.destroy()
return null
}

Expand Down

0 comments on commit f8bf631

Please sign in to comment.