intiface / intiface-central

Intiface Central (Buttplug Frontend) Application for Desktop and Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak with mDNS

blackspherefollower opened this issue · comments

Tested with 2.4.5 on Windows 11: enabling mDNS and starting the server causes continuous memory growth.
At some point intiface stops being responsive, even to exits, and must be killed via task manager.

commented

I'm going to guess this was due to me not stopping the mDNS thread on shutdown, though I thought that would've happened on drop of the server.

That said, I've now made sure we shut down cleanly, and I'm not seeing a memory leak on my end in either debug or release. I'm gonna leave mDNS behind advanced config for now though. I'll close this once I get 2.5.0 out, reopen if it's still happening on your end.