Closed michaelklishin closed 10 years ago
Right now publishing to an empty topic (by mistake) results in
mqtt/packet.rb:309:in `encode_body': Invalid topic name when serialising packet (RuntimeError)
It clearly should be an ArgumentError.
ArgumentError
Will look into this. Also just noticed that the payload parameter should be optional.
Right now publishing to an empty topic (by mistake) results in
It clearly should be an
ArgumentError
.