DeveloppeurPascal / Socket-Messaging-Library

A client / server messaging library to use with TCP sockets in Delphi or C++Builder (one day in the future)
https://socketmessaging.developpeur-pascal.fr
GNU Affero General Public License v3.0
18 stars 3 forks source link

add a Close() method on clients #123

Open DeveloppeurPascal opened 6 months ago

DeveloppeurPascal commented 6 months ago

the close will stop the receiving loop by a Thread.Terminate and close the client and socket communication properly without needing to call Free of the component in an event inside itself