aciidgh / SwiftMQTT

MQTT Client in pure swift ❤️
MIT License
270 stars 71 forks source link

publish does not invoke block #10

Open Thies1965 opened 8 years ago

Thies1965 commented 8 years ago

Only publish with delivering: .atMostOnce invokes the provided block.

This is misleading, block should be called independent from delivery type (QoS).

briscula commented 4 years ago

+1