강의

멘토링

커뮤니티

Inflearn Community Q&A

dyonglove's profile image
dyonglove

asked

Developing a chat application using Electron, NodeJS, and Socket.io

Writing Main Window & MainProcess Socket Event Handler (3/3)

윈도우에서는 알람이 안나오나요?

Written on

·

241

0

윈도우라 그런지 알람이 안나옵니다.
원래 안나오는거 맞나요??
 
if(!currentRoom) {
      chatArea.NotificationList.createNotification(message);
      return;
   }
 
이 코드도 의아한게 일단 다른방에 있더라도 커런트 룸은 있을거같은데..
강사님은 알람이 잘오네요..
맞는코드인가요??
nodejsSocket.ioelectron

Answer

This question is waiting for answers
Be the first to answer!
dyonglove's profile image
dyonglove

asked

Ask a question