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

fight memory leaks on shutdown (for the server) #3

Closed DeveloppeurPascal closed 1 year ago

DeveloppeurPascal commented 1 year ago

nothing when testing in DeveloppeurPascal/Sporgloo game, not sure this issue is still relevant

DeveloppeurPascal commented 1 year ago

Memory usage seems to be good in normal use, the listening TSocket server stay when closing the server class by closing the program (the thread don't have the time to close properly or something like that). Have to check on real case use.