Closed splitice closed 7 years ago
I assume you mean these two:
m_MonitorThread.Name = "UnixNativeSerial::Monitor_" + m_Name
m_PinThread.Name = "UnixNativeSerial::Pin_" + m_Name;
Have I missed any?
Yes, and those are the two I am aware of.
Done. Pushed to v2.x.
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"