Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PacketReader thread name is misleading if used in parallel #856

Open
JozefDropco opened this issue Jan 22, 2025 · 0 comments
Open

PacketReader thread name is misleading if used in parallel #856

JozefDropco opened this issue Jan 22, 2025 · 0 comments

Comments

@JozefDropco
Copy link
Contributor

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

JozefDropco pushed a commit to JozefDropco/smbj that referenced this issue Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant