Why TIdTCPServer wont receive any data?
Why TIdTCPServer wont receive any data?
I have to setup a timeout otherwise it will never return on line bellow:
AContext.Connection.IOHandler.ReadLn(#13,1000);
The Indy component is binding as "0.0.0.0:8000" (ipv4) only and running on Win32.
I have to setup a timeout otherwise it will never return on line bellow:
AContext.Connection.IOHandler.ReadLn(#13,1000);
The Indy component is binding as "0.0.0.0:8000" (ipv4) only and running on Win32.
Comments
Post a Comment