brunosimon / keppler

Real time code sharing for your lectures and presentations.
MIT License
1.93k stars 101 forks source link

Memory leak when using on a server with --host parameter #39

Open pjehan opened 5 years ago

pjehan commented 5 years ago

If I start Keppler on a server and then start to watch local files using the --host parameter, it obviously takes some memory on the server but then, if I stop the local process in the terminal, the memory on the server is not freed.

brunosimon commented 5 years ago

And you are right. I'm having issues destroying a project. I'll check that, but unfortunately it won't be before two months.

Thanks for the report. I'll tell you when it's working.

For now, can't you use it in a local network?

pjehan commented 5 years ago

Unfortunately I can't... computers can't see each other on the local network in the school I am working right now so students can't connect to my local IP address.

Thanks for your help. I'll have a look at the source code if I have time and try to fix the issue.