You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code of the library is undertested, both for correctness and performance. A v5 broker implementation for testing is here https://github.com/eclipse/paho.mqtt.testing/ and instance of which is running and available at paho8181.cloudapp.net:1883 (this server supports v5, v3 and websockets for both on the same port)
The text was updated successfully, but these errors were encountered:
alsm
added a commit
to alsm/paho.golang
that referenced
this issue
Jan 30, 2019
Added a range of AutoPaho tests in #156 and #158; these exercise a range of functions in the core paho library too. These use a new test server (autopaho/internal/testserver) which enables connection/disconnection logic to be exercised. This may not be a perfect approach but it avoids the need to run external tools.
The code of the library is undertested, both for correctness and performance. A v5 broker implementation for testing is here https://github.com/eclipse/paho.mqtt.testing/ and instance of which is running and available at paho8181.cloudapp.net:1883 (this server supports v5, v3 and websockets for both on the same port)
The text was updated successfully, but these errors were encountered: