Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set order of steps for incoming connections #14

Open
Juansecu opened this issue Feb 7, 2024 · 0 comments
Open

Set order of steps for incoming connections #14

Juansecu opened this issue Feb 7, 2024 · 0 comments
Labels
security Security patches or reported vulnerabilities
Milestone

Comments

@Juansecu
Copy link
Collaborator

Juansecu commented Feb 7, 2024

Set order of steps for incoming connections. The order is the following:

  1. Connection to RTMP scope
  2. Execute command getRoomSOName
  3. Execute command join
  4. Send message AvatarEnterScene

Requirements:

  1. The previous mentioned steps must be saved and updated in Redis for every incoming connection.
  2. If an incoming connection does not follow this order, the server must destroy it immediately.
  3. 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.
@Juansecu Juansecu added the security Security patches or reported vulnerabilities label Feb 7, 2024
@Juansecu Juansecu added this to the v1.0.0 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security patches or reported vulnerabilities
Projects
Status: Todo
Development

No branches or pull requests

1 participant