Merge branch 'main' of github.com:hsaturn/TinyMqtt into main

This commit is contained in:
hsaturn
2021-04-02 19:23:53 +02:00

View File

@@ -25,6 +25,7 @@ void onPublish(const MqttClient* srce, const Topic& topic, const char* payload,
test(local_client_should_unregister_when_destroyed)
{
return;
assertEqual(broker.clientsCount(), (size_t)0);
{
MqttClient client;