Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ConnectTimeout not working #508

Open
DoctorMorris opened this issue Nov 3, 2023 · 1 comment
Open

ConnectTimeout not working #508

DoctorMorris opened this issue Nov 3, 2023 · 1 comment
Labels
Element: Socket Stacks Issues related to OS socket APIs, TIdStack and TIdSocketList descedants, etc Element: TCP Issues related to TCP handling, TIdTCPClient and TIdTCPServer descendants, etc Status: Review Needed Issue needs further review to decide next status Type: Bug Issue is a bug in existing code

Comments

@DoctorMorris
Copy link

DoctorMorris commented Nov 3, 2023

Why is this is blocking infinite on Ubuntu?

FIdTCPClient := TIdTCPClient.Create(nil);
FIdTCPClient.Port := FPort;
FIdTCPClient.ConnectTimeout := 1000;
FIdTCPClient.Host := FHost;
FIdTCPClient.Connect;
@DoctorMorris DoctorMorris added Status: Reported Issue has been reported for review Type: Bug Issue is a bug in existing code labels Nov 3, 2023
@rlebeau
Copy link
Member

rlebeau commented Nov 3, 2023

Possibly related to #491 and #493 ?

@rlebeau rlebeau added Element: Socket Stacks Issues related to OS socket APIs, TIdStack and TIdSocketList descedants, etc Element: TCP Issues related to TCP handling, TIdTCPClient and TIdTCPServer descendants, etc labels Nov 3, 2023
@rlebeau rlebeau added Status: Review Needed Issue needs further review to decide next status and removed Status: Reported Issue has been reported for review labels Nov 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Element: Socket Stacks Issues related to OS socket APIs, TIdStack and TIdSocketList descedants, etc Element: TCP Issues related to TCP handling, TIdTCPClient and TIdTCPServer descendants, etc Status: Review Needed Issue needs further review to decide next status Type: Bug Issue is a bug in existing code
Projects
None yet
Development

No branches or pull requests

2 participants