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

Accepting connection does not increase ConnectionsCount? #139

Open
switch-blade-stuff opened this issue Apr 5, 2020 · 1 comment
Open

Comments

@switch-blade-stuff
Copy link

Hello.

I am trying to figure out how to use the library and ive made a test program where client is trying to connect to a local hosted server.
All works well up the point where i try to call message.SenderConnection.Accept()
I then try to display current ConnectionsCount and ive noticed that it does not get increased and neither does server.Connections contain the client connection. Am i doing something wrong?

@Pangamini
Copy link

I think you have to wait for the Status change message first, before the connection is complete

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

No branches or pull requests

2 participants