IndySockets / Indy

Indy - Internet Direct
https://www.indyproject.org
461 stars 155 forks source link

Lazarus + Linux + Indy, does the bundle work? #481

Open Molochnik opened 1 year ago

Molochnik commented 1 year ago

I've made a small test app and tried to test TIdTCPServer+TIdTCPClient and TIdUDPServer+TIdUDPClient connections for exchanging data. The code works fine in Delphi (Windows and Linux) and in Lazarus (Windows only), Lazarus on Linux works with errors, TIdIOHandler.ReadStream cannot detect available data, in UDP connection some weird protocol number somehow appears (neither ipv4 nor ipv6). Does it make sense to create an issue providing the sample app or better just accept that Indy doesn't work properly with Lazarus on Linux?

rlebeau commented 1 year ago

Please open an issue ticket, Indy has supported Linux on FreePascal/Lazarus for a long time and all of that stuff should be working.