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

fix StatusApplication sessions storage collision with same port but different IP #21

Closed
wants to merge 3 commits into from

Conversation

DanRoche
Copy link

the serverClients array store client connections by port, thus if another client ( with different IP ) is connecting with the same port as a previous one -> the first client is lost !

@nekudo
Copy link
Collaborator

nekudo commented Nov 15, 2020

I can't merge this PR as it does not completely fix the Problem. There are some adjustments to the JS missing.
Additionally this PR includes some changes unrelated to the Problem. Nevertheless the Problem should be fixed with this commit: 0d8ba1d

@nekudo nekudo closed this Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants