We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On linux the thread names for the UnixNativeSerial threads are too long to be of any use. As a result the two threads are indistinguishable.
Perhaps shorten the prefix to "UNS"
The text was updated successfully, but these errors were encountered:
I assume you mean these two:
m_MonitorThread.Name = "UnixNativeSerial::Monitor_" + m_Name m_PinThread.Name = "UnixNativeSerial::Pin_" + m_Name;
Have I missed any?
Sorry, something went wrong.
Yes, and those are the two I am aware of.
Thread names on Linux too long
9a89ea6
Shorten the names of the .NET threads (I/O and pin monitoring) to something shorter. Issue: DOTNET-92, #24
Done. Pushed to v2.x.
No branches or pull requests
On linux the thread names for the UnixNativeSerial threads are too long to be of any use. As a result the two threads are indistinguishable.
Perhaps shorten the prefix to "UNS"
The text was updated successfully, but these errors were encountered: