Replies: 3 comments
|
Please open an issue ticket, Indy has supported Linux on FreePascal/Lazarus for a long time and all of that stuff should be working. |
0 replies
|
@Molochnik Is this still an open issue for you? |
0 replies
|
No, everything is fine, close the issue! Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions