소스 검색

chore: Removed test code

1993-leagues
Shaun 8 달 전
부모
커밋
9f080567e6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js 파일 보기

@@ -261,7 +261,6 @@ const killThread = thread => {
};

const sendMessageToThread = ({ threadId, msg }) => {
console.log('ok');
const thread = threads.find(t => t.id === threadId);
if (thread)
thread.worker.send(msg);


불러오는 중...
취소
저장