Guest_imported
New member
- Jan 1, 1970
- 0
I have coded a simple socket program (source link:
I ran one instance of my application as server on some port, and second one as client on the same port and (loopback) server.
The communication is not working out... Create() method runs sucessfully, but the problem is that it never calls the OnConnect() method (which is supposed to be run when ). Whats wrong anyway?
I am unable to communicate the two running applications.
Any help would highly be appreciated!
I ran one instance of my application as server on some port, and second one as client on the same port and (loopback) server.
The communication is not working out... Create() method runs sucessfully, but the problem is that it never calls the OnConnect() method (which is supposed to be run when ). Whats wrong anyway?
I am unable to communicate the two running applications.
Any help would highly be appreciated!