We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd53ec1 commit 35af91fCopy full SHA for 35af91f
1 file changed
pkg/protocol/trx.go
@@ -25,7 +25,7 @@ type transmission struct {
25
func NewTransceiver(rw io.ReadWriter) *Transceiver {
26
result := Transceiver{
27
rw: rw,
28
- outgoing: make(chan transmission),
+ outgoing: make(chan transmission, 1),
29
polling: polling{
30
tick: time.NewTicker(1 * time.Second),
31
},
0 commit comments