-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
securitySecurity patches or reported vulnerabilitiesSecurity patches or reported vulnerabilities
Milestone
Description
Set order of steps for incoming connections. The order is the following:
- Connection to RTMP scope
- Execute command
getRoomSOName - Execute command
join - Send message
AvatarEnterScene
Requirements:
- The previous mentioned steps must be saved and updated in Redis for every incoming connection.
- If an incoming connection does not follow this order, the server must destroy it immediately.
- This order must expire after 5 minutes. If the incoming socket does not follow these steps during the given amount of time, it will be impossible for it to connect with the server.
Metadata
Metadata
Assignees
Labels
securitySecurity patches or reported vulnerabilitiesSecurity patches or reported vulnerabilities
Type
Projects
Status
Todo