We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65218a6 commit 9cbe49eCopy full SHA for 9cbe49e
βserialport.go
@@ -92,7 +92,7 @@ func (p *serport) reader(buftype string) {
92
if p.isClosing.Load() {
93
strmsg := "Shutting down reader on " + p.portConf.Name
94
log.Println(strmsg)
95
- p.ChanWriter.Write.Write([]byte(strmsg))
+ p.ChanWriter.Write([]byte(strmsg))
96
break
97
}
98
0 commit comments