|
Re: online game
the receive method i posted does not work it just hangs waiting for something when its called. Also, I can just call the client's sendData method from the Server class? When i send data from the client to the server the Server never receives it. When i call sendData from the client the Server never gets it. So i thought i would need a receive method in the Server class. The send method of the Server sends the string just fine to the Client.
|