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,
in our setup where the SmbClient is created per processing unit could cause PacketReader thread to be named the same as other thread belonging to different processing unit. Its impossible to distinguish between them because the name of the Thread is only the hostname.
I would like to add at least the original thread name which created the PacketReader or most handy would be to add SmbClient an artificial ID like UUID and link it together within code
The text was updated successfully, but these errors were encountered:
Hi,
in our setup where the SmbClient is created per processing unit could cause PacketReader thread to be named the same as other thread belonging to different processing unit. Its impossible to distinguish between them because the name of the Thread is only the hostname.
I would like to add at least the original thread name which created the PacketReader or most handy would be to add SmbClient an artificial ID like UUID and link it together within code
The text was updated successfully, but these errors were encountered: