You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we came across issue where PacketReader thread kept running in background even though all interactions was already closed. I found out that its because connection.close method is called #SmbClient is calling close method without force. If the connection is pooled multiple times SmbClient.close() will cause only decrease of the pooled count which is wrong.
I will provide a fix shortly for this.
The text was updated successfully, but these errors were encountered:
Hi,
we came across issue where PacketReader thread kept running in background even though all interactions was already closed. I found out that its because connection.close method is called #SmbClient is calling close method without force. If the connection is pooled multiple times SmbClient.close() will cause only decrease of the pooled count which is wrong.
I will provide a fix shortly for this.
The text was updated successfully, but these errors were encountered: