Hello,
I am using SFML-2.2, visual studio 2013.
Now I have a client and a separate server program. When I run the client and have it sit at the login screen it uses between 0-1 percent cpu.
Now if I start the server program, JUST start it, don't open any sockets, or connect to anything, suddenly the client program uses over 20 percent cpu, when I didn't even touch the client. If I then close the server program, the client goes back to using 0-1 percent cpu.
Any ideas why this would be happening?
Thanks!