wind-c / comqtt

A lightweight, high-performance go mqtt server(v3.0|v3.1.1|v5.0) supporting distributed cluster
MIT License
869 stars 50 forks source link

TestPublishToSubscribersPkIgnore fails #53

Closed perbu closed 11 months ago

perbu commented 11 months ago

The tests seems to expect to get a blank packet back, which sounds weird, but I don't know enough about the wire protocol to figure it out.

https://github.com/wind-c/comqtt/blob/9c91ef6b86e11a7ca5d947dfcf6c0dd8319b86d4/mqtt/server_test.go#L1699