xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection leak with SMB2

zerikv opened this issue · comments

Hi,

I'm trying the SMB2 implementation (with overthere-5.0.2) and I can see the sessions are never closed.

The lines displayed by the command net session grows until 20, after the new connections failed.

It seems to me that the invocation super.doClose() is missing in the overrided method SmbProcessConnection.doClose().

Eric