07-29-2019, 05:17 AM
(07-27-2019, 02:47 AM)Alexandre Machado Wrote:(07-23-2019, 09:38 AM)matija Wrote: What for error?
Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.
Add this Indy exception to the ignore list in Delphi:
Tools -> Options -> Debugger Options -> Embarcadero Debuggers -> Language Exceptions
Add this class to the list: EIdSocketError
and be happy
Thx, now not message. I hope it will be help!

