User avatar
Volpeon areonNSmol
@volpeon@icy.wyvern.rip
We had a weird encoding bug at work. Turns out the HiveMQ MQTT library uses ASCII when calling PublishAsync(string topic, string payload), but UTF-8 when creating the MQTT5PublishMessage directly and sending that with PublishAsync.

Why????????