You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: