ambelovsky / gosf

Go SocketIO API Framework
http://gosf.io
MIT License
98 stars 14 forks source link

Memory Leak problem #13

Open smhmh opened 3 years ago

smhmh commented 3 years ago

I wrote a program with gosf and ran a load test on it. After running test, process got 2.8GB in RAM! It seems to be a big memory leak! I ran debug.FreeOSMemory() to force GC to run.

Screen Shot 2021-04-20 at 2 56 27 PM