hi guys,
as part of my online game I need the server to always wait for variables that will come.
I am using the "Socket s = myListener.Accpet...blabla.."
the problem is that when I call Server.cs class the application freeze, 'cause its waiting for variables...
I want it to listen always in the background like it is separate application.
any advices ?