clumsy icon indicating copy to clipboard operation
clumsy copied to clipboard

Left-over effects in network performance after software closed

Open gimulnautti opened this issue 9 years ago • 4 comments

I am observing a reproducable and constant degradation of network performance on a Windows 7 machine even after Clumsy has been closed.

I do not see any leftover process that I could identify as part of clumsy left behind though.

Any remedies?

gimulnautti avatar Jun 08 '16 12:06 gimulnautti

I suppose that might be related to WinDivert, I'll try to delegate this issue to @basil00.

jagt avatar Jun 09 '16 06:06 jagt

Thanks :+1:

gimulnautti avatar Jun 09 '16 07:06 gimulnautti

WinDivert should remove itself from the network stack as soon as the handle is closed (including if the application closes). To verify you can run netsh wfp show filters from a console, and check to see if any WinDivert filters are still installed.

basil00 avatar Jun 13 '16 13:06 basil00

Spent several hours attempting to debug my code until I came across this issue. Sure enough, I attempted to delete Clumsy, but couldn't since it was apparently being used by a process. After restarting my pc, my code ran just fine.

snarlynarwhal avatar Jan 04 '17 22:01 snarlynarwhal