eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

Added unsubscribe test to client_test.py #13

Closed douglas-gibbons closed 7 years ago

douglas-gibbons commented 7 years ago

See issue #1 Extra messages added to the suggested code to ensure it (correctly) errors if the server fails to send anything back. An example of such an occurrence would be that the server closes the connection on an unsupported unsubscribe packet. Signed-off-by: doug@trafero.io