Tagged Questions
2
votes
1answer
655 views
cant send text(string) from ttcpserver to ttcpclientserver
i have 2 forms 1 for server another for client
after droping ttcpserver on server form and setting its localhost property to 127.0.0.1 and localport property to 55555 and Active property to true i ...
1
vote
0answers
64 views
TTcpServer “stopped” in Linux
The two console applications include one socket server using TTcpServer of bmThreadBlocking mode, and one socket client using TTcpClient of bmBlocking mode. The TTcpClient is intended to connect to ...
0
votes
1answer
744 views
Delphi: TTcpServer, connection reset when reading
I'm trying to implement a Fitnesse Slim server for delphi, but have some problems with the communication.
Fitnesse will start my process, and give me a portnumber as a commandline argument.
Then I'm ...