winddriver/Delphi-Cross-Socket

OpenSSL connect error with Multiplatform error.

Closed this issue · 1 comments

Thank you for great Socket components.
It's working good.

I make some multiplatform application, Windows and OSX.
Normal mode (without OpenSSL) is working well.
Windows to Windows, OSX to OSX, OSX to Windows, Windows to OSX. Perfect working.

But, with OpenSSL (3.1.5) version is OSX client is not working.

  • Client to Server
  1. Windows to Windows (O)
  2. Windows to OSX (O)
  3. OSX to OSX (X)
  4. OSX to Windows (X)
    Just hang in OSX Application.
    After, server application terminated then Client(OSX) is raise can not connect server event.

I can't figure it out why this happening.

Wow, I update source code (Delphi Cross Socket) to my application.
Problem solved.
Case should be close.
(Library just updated yesterday~)

Thank you!