[squeak-dev] MQTT for Squeak?

David T. Lewis lewis at mail.msen.com
Fri Feb 2 01:02:42 UTC 2018


On Thu, Feb 01, 2018 at 03:02:45PM -0800, tim Rowledge wrote:
> More improvements to MQTTClient; thanks to John we caught an issue with QOS 2 publishing. And discovered that the mosquitto broker will actually pass on invalid UTF-8 topic strings (really - a single byte 192 was sent by someone on the test.mosquitto.org open broker), so we had to cope with such nonsense.
> 
> Version 23 on squeaksource.com/MQTTClient and listed in SqueakMap.
> 

Thanks for the update. It looks like the unit tests require a running broker
on host amtiskaw, is there a way that we might mock this out or similate it
in the image?  I suspect that a real broker would be a non-trivial thing to
implement but some kind of fake broker to support the unit tests might not
be too bad.

Dave



More information about the Squeak-dev mailing list