I'm re-writing a server for an online game I made, and the client receives data with the .recv method.
Can anybody explain how this function actually works? And how do I get it to receive data sent from the server?
I can't get it to receive data sent by .puts, when used on the client IO.
Also, I can't use the .gets function on the server IO, because I don't have any scripts that allow that :\
I'm new to server programming, can anybody help me out?
Can anybody explain how this function actually works? And how do I get it to receive data sent from the server?
I can't get it to receive data sent by .puts, when used on the client IO.
Also, I can't use the .gets function on the server IO, because I don't have any scripts that allow that :\
I'm new to server programming, can anybody help me out?