DrmagicE / gmqtt

Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang
MIT License
989 stars 220 forks source link

<-client.connected会阻塞吗? #156

Closed fatflowers closed 2 years ago

fatflowers commented 2 years ago

https://github.com/DrmagicE/gmqtt/blob/e45893697645c54cd28b267dfdee8eec4bead207/server/client.go#L421

client.connected只会读出,没有写入的地方,readLoop会卡在这里吗? image

DrmagicE commented 2 years ago

不会,超时会关闭这个channel