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 onClientConnected, onClientDisconnected and onClientLost in the server class #85

Closed DeveloppeurPascal closed 1 year ago

DeveloppeurPascal commented 1 year ago

needed to manage a clients list outside the library or know if something is disconnected or have to be added