-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature : disconnecting 이벤트 발생 및 클라이언트 수신 및 핸들
상세: - 서버에서 소켓의 disconnecting 이벤트가 발생할 경우 sendLeftPlayer 이벤트 룸전체로 발생 - 만약 disconnecting 이벤트 발생자가 스트리머일 경우 set를 끝내고 시작 - 클라이언트에서 sendLeftPlayer 이벤트를 수신할 경우 해당 플레이어를 webRTC에서 closeConnection - remotePlayers에서 삭제 - view로 전달할 viewPlayerList를 생성 #294
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters