We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283064c commit 14d72e8Copy full SHA for 14d72e8
serialport.go
@@ -241,8 +241,9 @@ func (p *serport) writerNoBuf() {
241
242
p.portIo.Close()
243
244
- // The effect of this call is to send in to all the we client the list of serial ports
245
- // TODO: investigate if this is superfluous and it can be removed.
+ // NOTE: by removing the 'serialPorts.List()' line, the list of serial ports are NOT sent to the websocket clients.
+ // after a write is completed. It should not be an issue also because the other two 'writerBuffered' and 'writerRaw' methods
246
+ // do not call it.
247
// serialPorts.List()
248
249
}
0 commit comments