Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: TServerSocket.OnClientConnect is not executing.... why?
| Subject: | Re: TServerSocket.OnClientConnect is not executing.... why? |
| Posted by: | "John Klimek" (jklim..@gmail.com) |
| Date: | 28 Apr 2006 10:02:37 |
Ooops... in my TGameServer.InitServer() I DO have a _serverSocket.Active := true, but I forget to list it in the code above...
When I telnet to localhost port 4040 the connection is accepted and I can keep typing, but the server doesn't do/display anything...
none