fhmq / hmq

High performance mqtt broker
Apache License 2.0
1.33k stars 276 forks source link

Race condition on client close #153

Closed lucasvmx closed 2 years ago

lucasvmx commented 2 years ago

How to reproduce

Notes

Can be triggered with QoS 1 or 2 Multiple race conditions must be shown but one of them should be fixed by #152

Logs

{"level":"info","timestamp":"2022-03-31T20:18:13.410-0300","logger":"broker","caller":"broker/broker.go:191","msg":"Start Listening client on ","hp":"0.0.0.0:1883"}
{"level":"info","timestamp":"2022-03-31T20:18:15.647-0300","logger":"broker","caller":"broker/broker.go:286","msg":"read connect from ","clientID":"evil subscriber"}
{"level":"info","timestamp":"2022-03-31T20:18:32.447-0300","logger":"broker","caller":"broker/broker.go:286","msg":"read connect from ","clientID":"evil publisher"}

Result

image

shoothzj commented 2 years ago

@lucas-engen @chowyu08 this issue can be closed