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 servers #124

Open DeveloppeurPascal opened 4 months ago

DeveloppeurPascal commented 4 months ago

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